I had installed minikube a few months ago and wanted to upgrade as newer versions are available.
I am unable to find out how to upgrade minikube. I
minikube delete
sudo rm -rf ~/.minikube
re-install minikube and it should work
Process to update:
if you are using Windows machine and Chocolatey package manager -
Step 1: run PowerShell as administrator
Step 2: run following command choco upgrade minikube
More on chocolatey https://chocolatey.org/
In order to upgrade in Windows, type:
minikube start
The following is the output you will get (make sure you are connected to internet):
Here is a newer version of Minikube available (v0.28.0). Download it here: https://github.com/kubernetes/minikube/releases/tag/v0.28.0
if you don't get the above message then first run minikube config set WantUpdateNotification true then do, minikube start
Before that, remove all the Minikube links from the system:
c:\Users\<user-name>\ .kube
folder.This should do the trick.
brew cask reinstall minikube
If you're reading this in 2020+:
brew upgrade minikube