You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example if you do
minikube start --kuberentes-version=1.26.99
minikube should first look up the kuberentes version in our supported versions in constants packages
if it is not there then it should heads up to the users we will try to fetch it from internet, and if it failed it should fail nicely
The text was updated successfully, but these errors were encountered:
What Happened?
for example if you do
minikube start --kuberentes-version=1.26.99
minikube should first look up the kuberentes version in our supported versions in constants packages
if it is not there then it should heads up to the users we will try to fetch it from internet, and if it failed it should fail nicely
The text was updated successfully, but these errors were encountered: