Fix Readme Instructions (#1)

This commit is contained in:
Gianluca Bargelli 2018-10-08 11:34:27 +02:00 committed by Rémy-Christophe Schermesser
parent 969eb5c9ab
commit 37598588c9
1 changed files with 9 additions and 2 deletions

View File

@ -28,13 +28,20 @@ $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/inst
$ open https://download.docker.com/mac/stable/Docker.dmg
```
* docker-machine-driver-hyperkit
```
bash
brew install docker-machine-driver-hyperkit
```
* minikube: https://github.com/kubernetes/minikube
```bash
$ brew cask install minikube
$ minikube addons enable coredns ingress
$ minikube addons enable ingress
$ minikube start --vm-driver=hyperkit
$ minikube addons enable coredns
$ minikube addons enable ingress
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.7", GitCommit:"0c38c362511b20a098d7cd855f1314dad92c2780", GitTreeState:"clean", BuildDate:"2018-08-20T10:09:03Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.0", GitCommit:"fc32d2f3698e36b93322a3465f63a14e9f0eaead", GitTreeState:"clean", BuildDate:"2018-03-26T16:44:10Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}