disabling heapster after enabling crashes minikube #4001
Labels
area/addons
kind/bug
Categorizes issue or PR as related to a bug.
priority/awaiting-more-evidence
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
triage/needs-information
Indicates an issue needs more information in order to work on it.
Versioning information below. I was just going through the Hello Minikube tutorial so I hadn't done much with it at all. As per the tutorial, I enabled the heapster addon which worked successfully. Then I tried to disable it as per the tutorial and got the following message:
The other thing that might be notable is that
minikube addons enable heapster
didn't actually create any heapster pods or services for me (the tutorial suggests that those pods would be created, but they weren't available in the output ofkubectl get pod,svc -n kube-system
)I'm using Minikube 0.35.0 on Windows 10 with VirtualBox. Here are my kubectl and Kubernetes versions:
The text was updated successfully, but these errors were encountered: