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
First, unlink the existing minikube from /usr/local/bin then reinstall:
/usr/local/bin
$ sudo rm -rf /usr/local/bin/minikube # unlink existing minikube $ brew update # update brew itself $ brew cask reinstall minikube # reinstall latest minikube