skaffold-helm-tutorial icon indicating copy to clipboard operation
skaffold-helm-tutorial copied to clipboard

Fix kube config permission warnings

Open barbarebelge opened this issue 1 year ago • 0 comments

https://github.com/Kapernikov/skaffold-helm-tutorial/blob/b58b7c63698253176a4f161ebc91a433dd9a85d0/chapters/03-install-k3s.md?plain=1#L115-L125

In this section, might be useful to mention that one should set permissions properly on $HOME/.kube/config to avoid warnings when calling helm or kubectl.

Here is the command to avoid this:

chmod o-r $HOME/.kube/config && chmod g-r $HOME/.kube/config

barbarebelge avatar Oct 24 '23 14:10 barbarebelge