Skip to content

Commit e55d578

Browse files
RA489jimangelTim Bannister
authored
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 <[email protected]> Co-authored-by: Jim Angel <[email protected]> Co-authored-by: Tim Bannister <[email protected]>
1 parent b6f0eb6 commit e55d578

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,12 @@ The `minikube delete` command can be used to delete your cluster.
369369
This command shuts down and deletes the Minikube Virtual Machine. No data or state is preserved.
370370

371371
### Upgrading Minikube
372-
If you are using macOS, see [Upgrading Minikube](https://minikube.sigs.k8s.io/docs/start/macos/#upgrading-minikube) to upgrade your existing minikube installation.
372+
If you are using macOS and [Brew Package Manager](https://brew.sh/) is installed run:
373+
374+
```shell
375+
brew update
376+
brew upgrade minikube
377+
```
373378

374379
## Interacting with Your Cluster
375380

0 commit comments

Comments
 (0)