"WARNING: Kubernetes configuration file is world-readable. This is insecure."의 두 판 사이의 차이

(새 문서: ==개요== ;<nowiki>WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/user01/.kube/config</nowiki> <syntaxhighlight lang='console'> $ helm l...)
 
 
11번째 줄: 11번째 줄:
$ ls -al ~/.kube/config
$ ls -al ~/.kube/config
-rw-rw-r-- 1 user01 user01 2166 Aug 12 06:30 /home/user01/.kube/config
-rw-rw-r-- 1 user01 user01 2166 Aug 12 06:30 /home/user01/.kube/config
</syntaxhighlight>
==조치==
<syntaxhighlight lang='bash'>
chmod 600 ~/.kube/config
</syntaxhighlight>
</syntaxhighlight>



2024년 8월 12일 (월) 15:57 기준 최신판

1 개요[ | ]

WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/user01/.kube/config
$ 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
$ ls -al ~/.kube/config
-rw-rw-r-- 1 user01 user01 2166 Aug 12 06:30 /home/user01/.kube/config

2 조치[ | ]

chmod 600 ~/.kube/config

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}