Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the outdated doc for installing minikube on macos, brew cask inst… #1100

Merged
merged 2 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 4 additions & 5 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ use [minikube](https://github.com/kubernetes/minikube):
MacOS:

```bash
brew install docker-machine-driver-hyperkit
sudo chown root:wheel /usr/local/opt/docker-machine-driver-hyperkit/bin/docker-machine-driver-hyperkit
sudo chmod u+s /usr/local/opt/docker-machine-driver-hyperkit/bin/docker-machine-driver-hyperkit
brew install minikube
brew install hyperkit

brew cask install minikube
minikube config set vm-driver hyperkit
minikube start --driver=hyperkit
Chanoian marked this conversation as resolved.
Show resolved Hide resolved
minikube config set driver hyperkit
```

Start the minikube cluster:
Expand Down
9 changes: 4 additions & 5 deletions docs/minikube.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ use minikube_.

MacOS::

brew install docker-machine-driver-hyperkit
sudo chown root:wheel /usr/local/opt/docker-machine-driver-hyperkit/bin/docker-machine-driver-hyperkit
sudo chmod u+s /usr/local/opt/docker-machine-driver-hyperkit/bin/docker-machine-driver-hyperkit
brew install minikube
brew install hyperkit

brew cask install minikube
minikube config set vm-driver hyperkit
minikube start --driver=hyperkit
minikube config set driver hyperkit

Start the minikube cluster::

Expand Down