-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document upgrading a cluster #6122
Comments
We don't yet support 'stable' or 'latest' designators, but it would certainly be a great feature to add. If you or anyone else is interested in making this work, add a check for minikube/cmd/minikube/cmd/start.go Line 1127 in 56c72e2
As far as docs, I agree. I'd be happy to review any PR that adds it. Here is where I would probably put it: https://github.com/kubernetes/minikube/tree/master/site/content/en/docs/Tasks |
Also worth noting, this is the message users should see if there is an upgrade available:
That doesn't invalidate the issues you've raised, just showing the guidance we are currently providing, as the documentation should match it. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stop-gap solution for kubernetes#6122 until we have a separate page which discusses how to upgrade a minikube cluster.
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
We've added the documentation for this, I'm going to go ahead and close this. Feel free to reopen if necessary. |
Where is this in the docs? I can't find it. |
Now that #5798 is merged, and
minikube start
doesn't auto-upgrade, how do I upgrade my cluster? Willminikube start --kubernetes-version ...
upgrade it or dump the VM and start over? (and consume all the bandwidth as I download base images again.) Is there aminikube start --kubernetes-version stable
orminikube start --kubernetes-version latest
that will auto-upgrade the cluster?Perhaps we need a docs page to answer this.
The text was updated successfully, but these errors were encountered: