玩命哑铃

文章
2
资源
0
加入时间
2年10月21天

k8s kubectl the server localhost:8080 was refused

次时使用kubectl命令会提示错误The connection to the server localhost:8080 was refused - did you specify the right host or port?解决办法:对于非root用户 mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $H...