Missing `minikube start` instruction before enabling addons (#7)

This commit is contained in:
Sylvain Utard 2018-10-18 09:38:35 +02:00 committed by Rémy-Christophe Schermesser
parent defa359916
commit 549316b5a4
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ $ open https://download.docker.com/mac/stable/Docker.dmg
```bash
$ brew cask install minikube
$ minikube start
$ minikube addons enable coredns
$ minikube addons enable ingress
$ kubectl version