Missing leading 'v' for start command on new version available #8114
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/ux
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Steps to reproduce the issue:
minikube start
on 1.10.0minikube start
on 1.10.1 suggestsKubernetes 1.18.2 is now available. If you would like to upgrade, specify: --kubernetes-version=1.18.2
minikube start --kubernetes-version=1.18.2
fails with the final line asSuggestion: Check that your --kubernetes-version has a leading 'v'. For example: 'v1.1.14'
Resolution:
The message about updating the minikube cluster should be something like
This could either be how the strings are printed, or the actual version itself.
minikube/cmd/minikube/cmd/start.go
Line 1018 in 294a5c3
References:
The text was updated successfully, but these errors were encountered: