digital ocean k8s cluster connection issue x509

2/12/2019

As per digital ocean guide line i followed step and download kubernetes cluster config file

kubectl --kubeconfig="filename.yaml" get nodes
but it is showing

Unable to connect to the server: unexpected EOF While Kubernetes cluster is Up and Running

--
kubernetes

2 Answers

2/12/2019

Please check the following:

  1. Make sure you are using the correct configuration file.
  2. Make sure 8001 is accessible to connect with the kubernetes api server.
-- Navneet Nandan Jha
Source: StackOverflow

2/12/2019

tried with changing connection if possible with mobile network or with other network and test it once over other network.

sometime having problem to make connection with digital ocean

--
Source: StackOverflow