You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minikube dashboard
🔌 Enabling dashboard ...
💣 Unable to enable dashboard: running callbacks: [error creating file at /etc/kubernetes/addons/dashboard-ns.yaml: open /etc/kubernetes/addons/dashboard-ns.yaml: permission denied]
😿 minikube is exiting due to an error. If the above message is not useful, open an issue:
👉 https://github.com/kubernetes/minikube/issues/new/choose
sudo minikube dashboard
🙄 "minikube" profile does not exist
False alarm, we need to pass the same envvars that we gave to minikube start to minikube dashboard too (eg. MINIKUBE_HOME=$HOME CHANGE_MINIKUBE_NONE_USER=true KUBECONFIG=$HOME/.kube/config).
The exact command to reproduce the issue:
minikube delete
minikube dashboard
The full output of the command that failed:
The text was updated successfully, but these errors were encountered: