Fix wrong terminal output for vagrant.md

According to the description below `We did not start any services, hence there are none listed. But we see three replicas displayed properly.`

The original terminal output example was wrong and misleading.
This commit is contained in:
Ash Wu 2015-11-12 16:28:55 +08:00
parent f456d76b9b
commit c35d9716dc

View File

@ -284,7 +284,10 @@ my-nginx-xql4j 1/1 Running 0 1m
$ ./cluster/kubectl.sh get services
NAME CLUSTER_IP EXTERNAL_IP PORT(S) SELECTOR AGE
my-nginx 10.0.0.1 <none> 80/TCP run=my-nginx 1h
$ ./cluster/kubectl.sh get replicationcontrollers
CONTROLLER CONTAINER(S) IMAGE(S) SELECTOR REPLICAS AGE
my-nginx my-nginx nginx run=my-nginx 3 1m
```
We did not start any services, hence there are none listed. But we see three replicas displayed properly.