openstack magnum kubernetes load balancer
29 Dec
2018
29 Dec
'18
1:32 a.m.
Hello All, I created a kuberneted cluster with magnum. Than I would like to create a load balancer for nginx: kubectl run nginx --image=nginx --replicas=2 --port=80 kubectl expose deployment nginx --target-port=80 --type=LoadBalancer But kubectl get service gives: kubernetes ClusterIP 10.254.0.1 <none> 443/TCP 152m nginx LoadBalancer 10.254.161.102 <pending> 80:30648/TCP 2m58s If I use NodePort instead of LoadBalancer it works. Does kubernetes requires octavia ? I am using loadbalance v2 without octavia. Regards Ignazio
2197
Age (days ago)
2197
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ignazio Cassano