-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.17.z
-
None
Description of problem:
Created a service for DNS server for secondary networks in Openshift-Virtualizaion, using MetalLB, but the IP is still pending, when accessing the service from the UI, it crash.
Version-Release number of selected component (if applicable):
4.17
How reproducible:
Steps to Reproduce:
1. Create an IP pool (for example 1 IP) for Metal LB and fully utilize the IP range (which other service) 2. Allocate a new IP using the oc expose command like below 3. Check the service status on the UI
Actual results:
UI crash
Expected results:
Should show the service status
Additional info:
oc expose -n openshift-cnv deployment/secondary-dns --name=dns-lb --type=LoadBalancer --port=53 --target-port=5353 --protocol='UDP'