unable to read client-cert /root/.minikube/profiles/minikube/client.crt for minikube due to open /root/.minikube/profiles/minikube/client.crt: permission denied code example
Example: minikube 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