Skip to content

Commit

Permalink
Add more details to resolve minikube error installation kubernetes#4
Browse files Browse the repository at this point in the history
  • Loading branch information
hendisantika committed Apr 3, 2020
1 parent 8b629af commit d0efbdf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/content/en/docs/Start/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ weight: 2

If the [Brew Package Manager](https://brew.sh/) is installed, use it to download and install minikube:

If `which minikube` fails after installing with brew, you may need to uninstall the cask and reinstall by running:

```
brew cask uninstall minikube
brew install minikube
```

If `which minikube` fails after installing with brew, you may need to uninstall the cask and reinstall by running:

You can't have a cask and a formula of the same thing installed since they will install the same files. If you uninstall the cask it will automatically link again. (and you only need one install anyway).

To fix this run:
Expand Down

0 comments on commit d0efbdf

Please sign in to comment.