首页 > 代码库 > kubectl error: The connection to the server localhost:8080 was refused

kubectl error: The connection to the server localhost:8080 was refused

did you run below commands after kubeadm init

To start using your cluster, you need to run (as a regular user):

sudo cp /etc/kubernetes/admin.conf $HOME/sudo chown $(id -u):$(id -g) $HOME/admin.confexport KUBECONFIG=$HOME/admin.conf

 

 

ref: https://github.com/kubernetes/kubernetes/issues/44665

kubectl error: The connection to the server localhost:8080 was refused