Re: [kubernetes-users] Re: GKE Kubernetes control plane unable to talk to service

2017-10-15 Thread aditya
Thanks Tim for your help. The attach/detach controller will solve the problem of Setup and Teardown of Pods with PVs. However we face this issue with provisioning of volumes. As PVC create operation is issued by master, we need some way for the master to talk to Portworx pods. Until CSI is imp

Re: [kubernetes-users] Re: GKE Kubernetes control plane unable to talk to service

2017-10-15 Thread
In general the control plane can not access Services. Not all installations treat the master as a node, and it's not actually required to be. Consider that the controller manager is responsible for telling resolving services to endpoints - having g it depends on service cluster IPs depends on end

[kubernetes-users] Re: GKE Kubernetes control plane unable to talk to service

2017-10-15 Thread aditya
Can someone help us here? Basically the Kubernetes controller manager on GKE is unable to reach the Service. Is something different required in case of GKE in the service description? On Tuesday, June 27, 2017 at 2:48:31 PM UTC-7, ha...@portworx.com wrote: > I deployed GKE 1.6.6 and ran a Servi