Re: [kubernetes-users] Is there a way to persist the LoadBalancer CNAME?

2016-08-19 Thread Norman Khine
thanks for the reply On 19 August 2016 at 05:14, 'Tim Hockin' via Kubernetes user discussion and Q&A wrote: > There's a PR which stalled > (https://github.com/kubernetes/kubernetes/pull/23576) to add DNS > support to AWS and there's a PR in flight > (https://github.com/kubernetes/kubernetes/pull

Re: [kubernetes-users] Is there a way to persist the LoadBalancer CNAME?

2016-08-18 Thread
There's a PR which stalled (https://github.com/kubernetes/kubernetes/pull/23576) to add DNS support to AWS and there's a PR in flight (https://github.com/kubernetes/kubernetes/pull/30949) to add GCE support. We could use some clearer user requirements, I think. Second, though, you should not have

[kubernetes-users] Is there a way to persist the LoadBalancer CNAME?

2016-08-18 Thread Norman Khine
Hello, I have setup a test k8s cluster on AWS, where kubectl has: ➜ otp git:(maint) ✗ kubectl get svc my-app NAMECLUSTER-IP EXTERNAL-IPPORT(S) AGE my-app 10.0.5.21a1cf7b1cf5fb5... 443/TCP,80/TCP 6d What is the correct way to set the external IP apiVersion: