Skip to content

Commit

Permalink
Merge pull request #220 from porridge/minikube-fixes
Browse files Browse the repository at this point in the history
Fixes for minikube usage instructions.
  • Loading branch information
aledbf authored Feb 3, 2017
2 parents a3c8f6c + da91543 commit b90003a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/dev/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ NAME STATUS AGE VERSION
a sandboxed local cluster. You will first need to [install](https://github.com/kubernetes/minikube/releases)
the minikube binary, then bring up a cluster
```console
$ minikube up
$ minikube start
```

Check for Ready nodes
Expand All @@ -71,12 +71,16 @@ $ minikube addons list
If this list already contains the ingress controller, you don't need to
redeploy it. If the addon controller is disabled, you can enable it with
```console
$ minikube enable addons ingress
$ minikube addons enable ingress
```

If the list *does not* contain the ingress controller, you can either update
minikube, or deploy it yourself as shown in the next section.

You may want to consider [using the VM's docker
daemon](https://github.com/kubernetes/minikube/blob/master/README.md#reusing-the-docker-daemon)
when developing.

## Deploy the ingress controller

You can deploy an ingress controller on the cluster setup in the previous step
Expand Down

0 comments on commit b90003a

Please sign in to comment.