skaffold-helm-tutorial
skaffold-helm-tutorial copied to clipboard
Fix kube config permission warnings
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