<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello Everybody,</div><div>I created a kubernetes cluster with mugnum under queens.</div><div>After that I ran the folloquing commands:</div><div><br></div><div>mkdir -p /root/clusters/kubecertslb/config</div><div>export KUBECONFIG=/root/clusters/kubecertslb/config <br>$(openstack coe cluster config kubecertslb --dir ~/clusters/kubecertslb)</div><div><br></div><div>Then the command "kubectl -n kube-system get po" reports:</div><div><br></div><div>NAME                                    READY   STATUS    RESTARTS   AGE<br>coredns-5864cfd79d-76889                1/1     Running   0          18h<br>heapster-68b976dd7-7vdlq                1/1     Running   0          18h<br>kubernetes-dashboard-846b8b6844-cjp2f   1/1     Running   0          18h<br></div><div><br></div><div>the command "kubectl cluster-info" reports:</div><div><br></div><div>Kubernetes master is running at <a href="https://10.102.186.126:6443">https://10.102.186.126:6443</a><br>Heapster is running at <a href="https://10.102.186.126:6443/api/v1/namespaces/kube-system/services/heapster/proxy">https://10.102.186.126:6443/api/v1/namespaces/kube-system/services/heapster/proxy</a><br>CoreDNS is running at <a href="https://10.102.186.126:6443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy">https://10.102.186.126:6443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy</a><br><br>To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'</div><div><br></div><div><br></div><div>I deployed nginx:</div><div>kubectl run nginx --image=nginx --replicas=2 --port=80</div><div><br></div><div><br></div><div>Then the command "kubectl get po" reports:</div><div>NAME                     READY   STATUS    RESTARTS   AGE<br>nginx-7587c6fdb6-chnw6   1/1     Running   0          18h<br>nginx-7587c6fdb6-m7fr2   1/1     Running   0          18h<br></div><div><br></div><div>Exposing nginx service with type NodePort works fine.</div><div>Exposing with type LoadBalancer does not work:</div><div>kubectl expose deployment nginx --target-port=80 --type=LoadBalancer</div><div><br></div><div>kubectl get svc:</div><div><br></div><div>NAME         TYPE           CLUSTER-IP     EXTERNAL-IP   PORT(S)        AGE<br>kubernetes   ClusterIP      10.254.0.1     <none>        443/TCP        19h<br>nginx        LoadBalancer   10.254.97.40   <pending>     80:31568/TCP   165m</div><div><br></div><div>No load balancer is created.<br></div><div><br></div><div><br></div><div>Im not using octavia but standard lbaas v2.</div><div>Lbaas is working fine because I tried a configuration between two ssh vm.</div><div><br></div><div>I read somting about the magnum.conf trust section:</div><div>someone suggested to enable "cluster_user_trust = True"</div><div><br></div><div>I tried it but with this parameter the kubernetes cluster does not finish: the heat template remains in pending ang goes in timeout during the master creation.</div><div><br></div><div>I read also something aboud kubernetes cloud provider must be "external" or "openstack" <br></div><div>but I think it should the automatically configured by heat.</div><div><br></div><div>Any help, please ?</div><div><br></div><div>Thanks and Regards</div><div>Ignazio<br></div><div><br></div><div><br></div><div><br></div><div><br></div><div> <br></div><div><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>