Update documentation to match minikube's current behaviour

Updating docs as per [minikube's #631](https://github.com/kubernetes/minikube/issues/631)
This commit is contained in:
Walter Dolce
2016-09-27 21:58:48 +01:00
committed by GitHub
parent abd1ac7ba6
commit 05e79bcec5
+1 -1
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.