The connection to the server localhost:8080 was refused - did you specify the right host or port?
解决方法具体原因:kubenetes master没有与本机绑定,集群初始化的时候没有设置
解决方法:
Step 1:编辑文件/etc/profile并在底部增加新的环境变量
export KUBEConFIG=/etc/kubernetes/admin.conf
Step 2:使环境变量生效
source /etc/profile
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)