I am trying out Kubernetes private cluster. I am 
following 
https://cloud.google.com/kubernetes-engine/docs/how-to/private-clusters 
and created cluster successfully. But when I execute kubectl commands, it 
is not able to connect to Kubernetes master as the connections times out.
e.g.
$ kubectl versionClient Version: version.Info{Major:"1", Minor:"8", 
GitVersion:"v1.8.6", GitCommit:"6260bb08c46c31eea6cb538b34a9ceb3e406689c", 
GitTreeState:"clean", BuildDate:"2017-12-21T06:34:11Z", 
GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}Unable to 
connect to the server: dial tcp 104.154.200.217:443: i/o timeout
$ kubectl cluster-infoKubernetes master is running at 
https://104.154.200.217To further debug and diagnose cluster problems, use 
'kubectl cluster-info dump'.
$ kubectl cluster-info dumpUnable to connect to the server: dial tcp 
104.154.200.217:443: i/o timeout

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to