1 개요[ | ]
- WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/user01/.kube/config
Console
Copy
$ helm ls
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/user01/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/user01/.kube/config
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
Console
Copy
$ ls -al ~/.kube/config
-rw-rw-r-- 1 user01 user01 2166 Aug 12 06:30 /home/user01/.kube/config
2 조치[ | ]
Bash
Copy
chmod 600 ~/.kube/config
3 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.