kubernetes/minikube
View on GitHubimprove UI advice when user needs to delete the cluster
Open
#10,460 opened on Feb 12, 2021
good first issuekind/buglifecycle/frozenpriority/backlog
Repository metrics
- Stars
- (31,799 stars)
- PR merge metrics
- (Avg merge 12d 19h) (43 merged PRs in 30d)
Description
here we confuse the user with two things
❗ You cannot change the memory size for an exiting minikube cluster. Please first delete the cluster. and
😿 Failed to start ssh bare metal machine. Running "minikube delete -p foo" may fix it: config: please provide an IP address
we should had sticked with first advice
drewpca(pts/0):~% minikube start -p foo --memory 6GB
😄 [foo] minikube v1.17.1 on Debian rodete
✨ Using the ssh driver based on existing profile
❗ You cannot change the memory size for an exiting minikube cluster. Please first delete the cluster.
👍 Starting control plane node foo in cluster foo
🤦 StartHost failed, but will try again: config: please provide an IP address
😿 Failed to start ssh bare metal machine. Running "minikube delete -p foo" may fix it: config: please provide an IP address
❌ Exiting due to GUEST_PROVISION: Failed to start host: config: please provide an IP address
😿 If the above advice does not help, please let us know:
👉 https://github.com/kubernetes/minikube/issues/new/choose