Re: [kubernetes-users] Resolve ClusterIP to running PODS

2017-03-26 Thread
There may be another way to get at what you're looking to do - why do you need the pod IP? On Mon, Mar 27, 2017 at 07:35 'Tim Hockin' via Kubernetes user discussion and Q&A wrote: > On Sat, Mar 25, 2017 at 6:31 PM, wrote: > > Hi All, > > > > I have currently setup 3 Kubernetes master with KubeD

Re: [kubernetes-users] Resolve ClusterIP to running PODS

2017-03-26 Thread
On Sat, Mar 25, 2017 at 6:31 PM, wrote: > Hi All, > > I have currently setup 3 Kubernetes master with KubeDNS running. I have 5 > Minions running with Kubeproxy installed. > > When I run nslookup as below inside container, it returns the ClusterIP of > the service. How can i get the Pod IP? Po

Re: [kubernetes-users] expose service as loadbalancer failed on gce with error kubernetes No node tags supplied

2017-03-26 Thread
This should be part of docs - if you used kubeadm, please file a bug against it. On Sun, Mar 26, 2017 at 10:03 PM, wrote: > On Sunday, March 26, 2017 at 7:09:26 PM UTC+8, ede...@unity3d.com wrote: >> On Saturday, March 25, 2017 at 7:29:25 AM UTC+8, Tim Hockin wrote: >> > Can you file this as a g

Re: [kubernetes-users] expose service as loadbalancer failed on gce with error kubernetes No node tags supplied

2017-03-26 Thread edenxia
On Sunday, March 26, 2017 at 7:09:26 PM UTC+8, ede...@unity3d.com wrote: > On Saturday, March 25, 2017 at 7:29:25 AM UTC+8, Tim Hockin wrote: > > Can you file this as a github issue and include as much detail as you > > can? Also can you run `gcloud compute instances describe` for a few > > of you

Re: [kubernetes-users] Template to update haproxy

2017-03-26 Thread govindaraj
Thanks. I tried nginx ingress controller and was seeing below error ``` /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory. ``` ``` # kubectl get serviceAccounts NAME SECRETS AGE default 0 14d ``` Thoughts on how to fix the issue? On Mar 26, 2017 7:

[kubernetes-users] Template to update haproxy

2017-03-26 Thread
Never used the HAProxy Ingress controller myself, but I think the place you're looking for is here: https://github.com/jcmoraisjr/haproxy-ingress The Nginx controller lives here: https://github.com/kubernetes/ingress/tree/master/controllers/nginx HTH Timo -- You received this message because

Re: [kubernetes-users] expose service as loadbalancer failed on gce with error kubernetes No node tags supplied

2017-03-26 Thread edenxia
On Saturday, March 25, 2017 at 7:29:25 AM UTC+8, Tim Hockin wrote: > Can you file this as a github issue and include as much detail as you > can? Also can you run `gcloud compute instances describe` for a few > of your nodes and include the `tags` block ? > > On Fri, Mar 24, 2017 at 3:56 AM, wr