[kubernetes-users] Re: nginx ingress controller not routing https

2017-04-14 Thread Warren Strange
I have the same issue. Possibly https://github.com/kubernetes/ingress/issues/277 ? On Friday, April 14, 2017 at 9:04:23 AM UTC-6, Daniel Watrous wrote: > > I am using the nginx ingress controller on two k8s clusters. On one the > HTTPS works as expected, but on the other HTTPS traffic

Re: [kubernetes-users] Finding a way to get stable public IP for outbound connections

2017-04-14 Thread paul
Please correct me if I'm wrong, but it looks like using a simple NAT gateway breaks inbound traffic to the cluster; by configuring a default outbound route that goes through the gateway, it's now impossible to make an inbound connection directly to the cluster, as the response from the cluster

[kubernetes-users] Unable to enable Container Engine API

2017-04-14 Thread marius . bethge
Hi, I am doing the Udacity Kubernetes course and in the API Manager want to enable the Google Container Engine API for my Project. Upon selecting the Google Container Engine API I just get an endless spinner. This is the URL to it:

Re: [kubernetes-users] Warning on kubectl create then apply

2017-04-14 Thread 'Mengqi Yu' via Kubernetes user discussion and Q
I think this is about how should we group these commands. I think these docs may be helpful to you. They are all under the same category: Object Management Using kubectl https://kubernetes.io/docs/tutorials/object-management-kubectl/object-management/

[kubernetes-users] k8sify, A k8s cluster build tool intended for devops/infra engineers

2017-04-14 Thread rusumarian91
Hi, I just wanted to let you know I've made this tool. If you want to build a cluster and be in control of all required steps, you might find it useful. https://github.com/viruxel/k8sify -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion

[kubernetes-users] nginx ingress controller not routing https

2017-04-14 Thread Daniel Watrous
I am using the nginx ingress controller on two k8s clusters. On one the HTTPS works as expected, but on the other HTTPS traffic always routes to the default 404 backend. I'm not sure how to troubleshoot this. I have the TLS secret setup and the ingress references it. The ingress controller