Skip to content
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

--kubernetes-version=latest upgrade: Error parsing old version "latest": No Major.Minor.Patch elements found #8210

Closed
tstromberg opened this issue May 19, 2020 · 0 comments · Fixed by #8230
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.

Comments

@tstromberg
Copy link
Contributor

tstromberg commented May 19, 2020

It looks like --kubernetes-version=latest is broken for the upgrade case.

To replicate, start a v1.17.x cluster:

minikube start --kubernetes-version=v1.17.0

Then upgrade it:

minikube start --kubernetes-version=latest

Example output:

😄  minikube v1.10.0 on Darwin 10.15.4
✨  Using the hyperkit driver based on existing profile
E0519 09:03:29.130240   64646 start.go:988] Error parsing old version "latest": No Major.Minor.Patch elements found
👍  Starting control plane node minikube in cluster minikube
🏃  Updating the running hyperkit "minikube" VM ...
@priyawadhwa priyawadhwa added kind/bug Categorizes issue or PR as related to a bug. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. and removed good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. labels May 19, 2020
kadern0 added a commit to kadern0/minikube that referenced this issue May 21, 2020
kadern0 added a commit to kadern0/minikube that referenced this issue May 21, 2020
kadern0 added a commit to kadern0/minikube that referenced this issue May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants