fix: readme for minikube (#29)

pull/30/head
Rémy-Christophe Schermesser 5 years ago committed by GitHub
parent 3c5b855dc4
commit 12a3b155ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,19 +48,23 @@ open https://download.docker.com/mac/stable/Docker.dmg
* minikube: <https://github.com/kubernetes/minikube>
```sh
brew cask install minikube
minikube start
Install minikube and the "ingress" and "metrics-server" addons:
```sh
$ brew cask install minikube
[...]
$ minikube start
[...]
🏄 Done! Thank you for using minikube!
minikube addons enable ingress
$ minikube addons enable ingress
✅ ingress was successfully enabled
kubectl config current-context
$ minikube addons enable metrics-server
✅ metrics-server was successfully enabled
$ kubectl config current-context
minikube
```

Loading…
Cancel
Save