Comment 0 for bug 1713573

Revision history for this message
chhandak (chhandak) wrote :

In Openshift cluster while creating Service Type loadbanacer it is not showing the IP in oc/kubectl output. In contrail FLoating IP is getting created properly and asscoited with Service VMI. But Openshift client is not showing the IP

[root@5b7s18 ~]# oc get svc --all-namespaces
NAMESPACE NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
ctest-namespace-74229152 ctest-nginx-svc-88443061 10.109.121.151 <none> 80/TCP 1d
ctest-namespace-92464843 ctest-nginx-svc-22735245 10.100.49.246 <pending> 80:32385/TCP 1h
default docker-registry 10.98.148.57 <none> 5000/TCP 6d
default kubernetes 10.96.0.1 <none> 443/TCP,53/UDP,53/TCP 6d
default registry-console 10.100.151.191 <none> 9000/TCP 6d
default router 10.101.6.87 <none> 80/TCP,443/TCP,1936/TCP 6d
juniper frontend 10.111.127.190 <pending> 80:31063/TCP 2h
[root@5b7s18 ~]#
[root@5b7s18 ~]#
[root@5b7s18 ~]# kubectl describe service ctest-nginx-svc-22735245 -n ctest-namespace-92464843
Name: ctest-nginx-svc-22735245
Namespace: ctest-namespace-92464843
Labels: <none>
Annotations: <none>
Selector: app=http_test
Type: LoadBalancer
IP: 10.100.49.246
Port: <unset> 80/TCP
NodePort: <unset> 32385/TCP
Endpoints: <none>
Session Affinity: None
Events: <none>