[kubernetes-users] GLBC on Google Container Engine

2016-09-02 Thread Andy Hume
Hi, Based on various documentation I expected to see the l7-lb-controller on my cluster, in this list. But I cannot. Is that a recent change to GKE? It means I can't see logs for the controller. $ kubectl get pods --namespace=kube-system NAME

[kubernetes-users] Service health checks and retries

2016-09-12 Thread Andy Hume
Hi, I have a node app backed by a redis data store (single non-replicated master). The node app is good at dealing with redis becoming unavailable and performs retries with back-off until the redis service is available again. When running locally with docker-compose this works well. If redis d

Re: [kubernetes-users] Service health checks and retries

2016-09-14 Thread Andy Hume
18:53:35 UTC+1, Brandon Philips wrote: > > Hey Andy- > > Can you put in the resources for your redis replica set and service? Also, > what environment are you running in? What type of networking and load > balancer > > Thank You, > > Brandon > > On Mon, Sep 12, 2

[kubernetes-users] GKE ingress-controller not doing anything

2016-09-30 Thread Andy Hume
Hi, I’m trying to debug why the GKE built-in ingress-controller is not spinning up a GCP load balancer for me. I have had this working previously but have presumably broken the configuration somewhere. The only way I can see of getting useful information is by describing the ingress. It has jus

Re: [kubernetes-users] GKE ingress-controller not doing anything

2016-10-03 Thread Andy Hume
Ingress. On Monday, 3 October 2016 07:09:08 UTC+1, Ian Lewis wrote: > > Hey, > > The first thing to do is to check your GCP quotas. Do you have other load > balancers? You may be running into the backend quota limit? > > Ian > > On Fri, Sep 30, 2016 at 8:11 PM

Re: [kubernetes-users] GKE ingress-controller not doing anything

2016-10-03 Thread Andy Hume
xperience is not that *nothing* will happen but it will create a > load balancer without a TLS forwarding rule. Was your cluster a > significantly older version? > > On Mon, Oct 3, 2016 at 5:25 PM Andy Hume > wrote: > >> Hi - thanks for the suggestion. This turned out to be

[kubernetes-users] Updating certificate secret for GCLB

2016-10-13 Thread Andy Hume
Hello, I'm using the GCLB in GKE to provision an L7 load balancer with SSL. When I update the certificate Secret in kubernetes, does the controller understand that this needs to be pushed into Google Cloud as a new certificate? Thanks, Andy. -- You received this message because you are subscr