Update demo output

pull/1269/head
r2d4 2017-03-20 22:01:35 -07:00
parent 2516f0ea93
commit 272c3fca99
1 changed files with 8 additions and 4 deletions

View File

@ -68,9 +68,13 @@ Note that the IP below is dynamic and can change. It can be retrieved with `mini
```shell
$ minikube start
Starting local Kubernetes cluster...
Running pre-create checks...
Creating machine...
Starting local Kubernetes cluster...
Starting VM...
SSH-ing files into VM...
Setting up certs...
Starting cluster components...
Connecting to cluster...
Setting up kubeconfig...
Kubectl is now configured to use the cluster.
$ kubectl run hello-minikube --image=gcr.io/google_containers/echoserver:1.4 --port=8080
deployment "hello-minikube" created
@ -96,7 +100,7 @@ real path=/
...
$ minikube stop
Stopping local Kubernetes cluster...
Stopping "minikube"...
Machine stopped.
```