Skip to content

Commit

Permalink
Update documentation to match minikube's current behaviour
Browse files Browse the repository at this point in the history
Updating docs as per [minikube's kubernetes#631](kubernetes/minikube#631)
  • Loading branch information
walterdolce authored Sep 27, 2016
1 parent abd1ac7 commit 05e79bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-guides/minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ To start a cluster, run the command:
```shell
minikube start
Starting local Kubernetes cluster...
Kubernetes is available at https://192.168.99.100:443.
Kubectl is now configured to use the cluster.
```

This will build and start a lightweight local cluster, consisting of a master, etcd, Docker and a single node.
Expand Down

0 comments on commit 05e79bc

Please sign in to comment.