Re: [Discuss] Accessing Kubernetes Clusters on Google Cloud

2015-05-15 Thread Imesh Gunaratne
Thanks Lakmal! Yes we could implement this feature in the next release. On Fri, May 15, 2015 at 9:10 PM, Lakmal Warusawithana wrote: > Good finding Imesh. We can extend cloud controller.xml to have > authentication details. > > Will add this into next release > > > On Friday, May 15, 2015, Imesh

Re: [Discuss] Accessing Kubernetes Clusters on Google Cloud

2015-05-15 Thread Lakmal Warusawithana
Good finding Imesh. We can extend cloud controller.xml to have authentication details. Will add this into next release On Friday, May 15, 2015, Imesh Gunaratne wrote: > Hi Devs, > > I created a Kubernetes Cluster on Google Cloud and found that it uses > authentication rules in the API. Therefor

[Discuss] Accessing Kubernetes Clusters on Google Cloud

2015-05-15 Thread Imesh Gunaratne
Hi Devs, I created a Kubernetes Cluster on Google Cloud and found that it uses authentication rules in the API. Therefore we cannot directly access the Kubernetes Master nodes in GCE as we do currently with our Kubernetes client. May be we could implement authentication features in Kubernetes cli