Merge pull request #5115 from rbrishabh/patch-1

Adding upgrade minikube docs for brew on mac
pull/5124/head
Medya Ghazizadeh 2019-08-17 16:47:25 -07:00 committed by GitHub
commit ad43208100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -32,6 +32,20 @@ curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-darwin
{{% /tab %}}
{{% /tabs %}}
### Upgrading minikube
{{% tabs %}}
{{% tab "Brew" %}}
If the [Brew Package Manager](https://brew.sh/) is installed, use it to download and upgrade minikube:
```shell
rm /usr/local/bin/minikube
brew cask reinstall minikube
```
{{% /tabs %}}
## Hypervisor Setup
{{% tabs %}}