1.现象 WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /root/.kube/config

2.分析原因:

文件权限问题导致

3.解决方法:

chmod g-rw ~/.kube/config
chmod o-r ~/.kube/config

 

posted on 2023-02-17 14:57  MhaiM  阅读(766)  评论(0)    收藏  举报