[kubernetes-users] Re: Error: dial tcp getsockopt: connection timed out

2018-05-24 Thread Rares Vernica
I figured out the problem, flanneld was not running on the master node. Cheers, Rares On Monday, May 21, 2018 at 12:50:31 PM UTC-7, Rares Vernica wrote: > > Hello, > > I have a nine bare metal hosts setup with CentOS Atomic. I followed their > guide on how to setup Kubernetes from > http://www.p

Re: [kubernetes-users] Change the default name of Load Balancer

2018-05-24 Thread Jonathan Mejias
Thanks Tim! On Thu, May 24, 2018, 11:55 'Tim Hockin' via Kubernetes user discussion and Q&A wrote: > Yes, but any given GCP project can have multiple clusters, but the LB > names are flat across them. We need to make sure LB names don't collide. > That's why we use the UUID - the name is not ex

Re: [kubernetes-users] Change the default name of Load Balancer

2018-05-24 Thread
Yes, but any given GCP project can have multiple clusters, but the LB names are flat across them. We need to make sure LB names don't collide. That's why we use the UUID - the name is not exactly random - i is a UUID that maps back to the kubernetes Service. On Wed, May 23, 2018 at 5:38 PM Jonat

[kubernetes-users] TCP connections getting closed randomly

2018-05-24 Thread sturgelose
Hello there, Seems we are facing a quite weird issue where TCP connections are getting closed forcefully. How have we seen this? Our scripts speak to a service that is an API. From time to time, there are connections that scripts see this error: ConnectionError 'Remote end closed without respo

[kubernetes-users] Ingress rules - Combining and Testing

2018-05-24 Thread robfig
Hi all, I'm looking at replacing our current job management system with Kubernetes, and one big question is about managing HTTP routes to individual applications. Today we use a templated HAProxy config with a comprehensive set of tests to verify that any route we care about ends up at the expe