Add doc to upgrade minikube (#21290)

* Add doc to upgrade minikube

* Update content/en/docs/setup/learning-environment/minikube.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Jim Angel <jimangel@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/21459/head
RA489 2020-06-11 00:14:51 +05:30 committed by GitHub
parent b6f0eb6774
commit e55d5787a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -369,7 +369,12 @@ The `minikube delete` command can be used to delete your cluster.
This command shuts down and deletes the Minikube Virtual Machine. No data or state is preserved.
### Upgrading Minikube
If you are using macOS, see [Upgrading Minikube](https://minikube.sigs.k8s.io/docs/start/macos/#upgrading-minikube) to upgrade your existing minikube installation.
If you are using macOS and [Brew Package Manager](https://brew.sh/) is installed run:
```shell
brew update
brew upgrade minikube
```
## Interacting with Your Cluster