Cannot enable addons if minikube instance is not running #5510
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
The exact command to reproduce the issue:
minikube addons enable ingress
The full output of the command that failed:
💣 minikube is not running, so the service cannot be accessed
The output of the
minikube logs
command:💣 api load: filestore "minikube": Docker machine "minikube" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
👉 https://github.com/kubernetes/minikube/issues/new/choose
The operating system version:
Mac OS 10.14.6
Maybe this is part of the minikube design but since addons are not tied to any 1 particular machine why does a machine have to be running in order to enable an addon? At least I think the error message should say something like
In order to enable an addon at least 1 machine must be running
however I think this should be fixed so that addons can be enabled without having a machine running.The text was updated successfully, but these errors were encountered: