Yes I had to add the "--cloud-provider=aws " to the kube-controller-manager, then it started creating the ELB. However it didnt attach any instance or healthcheck to the load balanacer, so the URL basically doesnt work. Any ideas how I can get kubernetes to add these in?
On Thursday, 16 June 2016 00:16:07 UTC+1, Rodrigo Campos wrote: > > On Wednesday, June 15, 2016, Nayeem Syed <[email protected] > <javascript:>> wrote: > >> Hi There, >> >> >> I am trying to use the 'LoadBalancer' feature in kubernetes so that >> kubernetes can automatically launch an ELB to expose my service. However, >> this is not really working as advertised on the documentation. It doesnt >> show the line with the LoadBalancer name and doesnt report any errors >> >> Where the line is not showed? In the "get svc" output? > > It is not shown there but it is created anyways. You can see it in the > amazon console, in the load balancers (be sure to check them on the zone > your cluster is). > > Thia is being improved in k8s 1.3 (that will be released soon) and it will > be shown in the"get svc" output. > > The thing is, Amazon does not use an IP for load balancers, it uses > hostnames (the IP may vary). So there is no correct IP to show there. In > kubernetes 1.3, iirc, the hostname amazon creates for the load balancer > will be used. > > But the load balancer is probably there, just hiding:-) > -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
