How to upgrade minikube from v1.27 to v1.29
How to update minikube latest version?
- Check your current minikube version.
- check your latest minikube version available to install or update.
here you will see LatestVersion v1.29.0, and that’s where we are planning to upgrade too.
- Stop if your minikube cluster incase its running.
- Delete your minikube cluster .
- Remove minikube binary files from /usr/local/bin/minikube
Check -- # ls -ltr /usr/local/bin/minikube
Remove -- # sudo rm -rf /usr/local/bin/minikube
Verify -- # ls -ltr /usr/local/bin/minikube
- Download latest minikube binary from here Minikube Download
- After downloading Install minikube.
& that’s it we have installed and upgraded our minikube cluster successfully. Whoooo Hoooooo !!!
Verify the status with below command.
- Start your minikube cluster.
Note :- This will take some time to pull base kubernetes v1.26.1 images to start your minikube cluster.
- check the status of your minikube cluster.
Happy Learning
if you dont want to got manually with all the steps , You can use script to upgrade your minikube with the attached scripts.
and run from your prompt.
./minikube_upgrade.sh