Re: [kubernetes-users] Re: ingress load-balancer not getting ip

2017-08-21 Thread Rémon Sinnema
AFAIK, the VMWare cloud provider doesn't support LoadBalancer. On Monday, August 21, 2017 at 7:04:17 PM UTC+2, Snd LP wrote: > > Baremetal/VMware. > > Does "," look normal before "EXTERNAL-IP" ? > Thanks. > > [root@kctl-master kubectl]# kubectl get services > NAMECLUSTER-IP EXTERN

[kubernetes-users] Re: I'd love to Write for your Blog

2017-08-21 Thread Tony Branson
Hey , Hope you’re doing well. I wanted to follow up again on the email I had sent you regarding guest blogging on your Blog. I’m really looking forward to this collaboration so please let me know what you think and I will send my topics across. Still waiting for your reply. Thanks, Tony Bran

[kubernetes-users] flannel does not work

2017-08-21 Thread vnalla
Hi, dockerized flannel does not work. I have started kubelet from hyperkube and etcd, kube-apiserver, kube-controller-maager,and kube-scheduler as static pods in kubelet manifets folder. running kube-flannel.yaml via kubectl, but it is crashing and restarting with the following messages: {"log

[kubernetes-users] Re: K8S as a cognitive architecture for clinical decision support?

2017-08-21 Thread
perhaps kubernetes-users? On Mon, Aug 21, 2017 at 1:16 PM, 'Michael Taufen' via Kubernetes developer/contributor discussion wrote: > Probably not the right forum, as this list is geared towards development > of the system itself, rather than more abstract discussion. Do we have > something lik

[kubernetes-users] Re: cos-stable-59-9460-64-0 docker image file path length issue

2017-08-21 Thread brosner
On Monday, August 21, 2017 at 11:54:54 AM UTC-6, Aditya Kali wrote: > Hello, > > > Thanks for reporting the issue. We are already aware of it and have patched > our GO 1.8 package to include the fix for the bug you referenced. The latest  > cos-dev-62-9851-0-0 image includes the fix. It would be

[kubernetes-users] Re: cos-stable-59-9460-64-0 docker image file path length issue

2017-08-21 Thread
Hello, Thanks for reporting the issue. We are already aware of it and have patched our GO 1.8 package to include the fix for the bug you referenced. The latest cos-dev-62-9851-0-0 image includes the fix. It would be great if you can try it out and let us know if it has addressed your issue as w

Re: [kubernetes-users] Re: ingress load-balancer not getting ip

2017-08-21 Thread Snd LP
Baremetal/VMware. Does "," look normal before "EXTERNAL-IP" ? Thanks. [root@kctl-master kubectl]# kubectl get services NAMECLUSTER-IP EXTERNAL-IP PORT(S)AGE kubernetes 10.254.0.1 443/TCP4d nginx-ingress 10.254.86.23 ,172.23.162.232

Re: [kubernetes-users] Tainting preemptible node pools on GKE

2017-08-21 Thread jean
For now, we solved this by running a simple looped script on our cluster: while true; do kubectl taint nodes -l type=regular dedicated=regular:NoSchedule sleep 60 done Make sure you create your GKE node-pool(s) with the right labels, and this will make sure they are tainted,

[kubernetes-users] Re: kubeadm init hangs forever at: "[apiclient] Created API client, waiting for the control plane to become ready"

2017-08-21 Thread skestepe
On Friday, June 9, 2017 at 12:24:26 PM UTC+3, Traiano Welcome wrote: > Got this working eventually, will post a link when I figure out how ... Hoow?... HOO!!!!!?!?!!!???!! -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion an