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
After upgrading the Minikube CLI from v1.35.0 to v1.36.0 and attempting to create a new cluster (even after minikube delete and clearing caches like ~/.minikube/cache/ and ~/.minikube/machines/), I consistently receive the following warning:
❗ Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: v1.35.0 -> Actual minikube version: v1.36.0
The cluster creation proceeds, and Kubernetes (e.g., v1.33.1) seems to start, but this warning persists.
Diagnosis:
I SSH'd into the Minikube VM (minikube ssh) created by the v1.36.0 CLI and checked the content of /version.json. It reported:
What Happened?
Minikube Version:
v1.36.0
v1.35.0
Operating System:
Driver:
What happened:
After upgrading the Minikube CLI from
v1.35.0
tov1.36.0
and attempting to create a new cluster (even afterminikube delete
and clearing caches like~/.minikube/cache/
and~/.minikube/machines/
), I consistently receive the following warning:❗ Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: v1.35.0 -> Actual minikube version: v1.36.0
The cluster creation proceeds, and Kubernetes (e.g., v1.33.1) seems to start, but this warning persists.
Diagnosis:
I SSH'd into the Minikube VM (
minikube ssh
) created by thev1.36.0
CLI and checked the content of/version.json
. It reported:Attach the log file
log.txt
Operating System
macOS (Default)
Driver
HyperKit
The text was updated successfully, but these errors were encountered: