Merge pull request #1329 from walterdolce/patch-1

Update documentation to match minikube's current behaviour
pull/1326/merge
devin-donnelly 2016-09-27 15:35:39 -07:00 committed by GitHub
commit 7f4305e14b
1 changed files with 1 additions and 1 deletions

View File

@ -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.