Answers for "kubectl without sudo"

0

kubectl without sudo

It is suggested (by minikube) to change the ownership and
permissions of ~/.kube and ~/.minikube after the installation.

sudo chown -R $USER $HOME/.kube
sudo chown -R $USER $HOME/.minikube
Posted by: Guest on May-05-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language