summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawn Chen <dawnchen@google.com>2015-05-21 09:49:35 -0700
committerDawn Chen <dawnchen@google.com>2015-05-21 09:49:35 -0700
commit4f39953ba5b246e1692bdaeb5ddb3abb85dd5698 (patch)
tree9211114ece49663a935214c3cac81622b9507798
parent3c173916ea41e7bb03bae1af85eefa4bc027c985 (diff)
parentc817b2f96f0640e57d9fb5209e152a9dfefae11d (diff)
Merge pull request #8602 from caesarxuchao/rC-to-rc
in docs, update replicationController to replicationcontroller
-rw-r--r--developer-guides/vagrant.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/developer-guides/vagrant.md b/developer-guides/vagrant.md
index f958b124..d0c07f3f 100644
--- a/developer-guides/vagrant.md
+++ b/developer-guides/vagrant.md
@@ -184,7 +184,7 @@ NAME IMAGE(S) HOST LABELS STATUS
$ cluster/kubectl.sh get services
NAME LABELS SELECTOR IP PORT
-$ cluster/kubectl.sh get replicationControllers
+$ cluster/kubectl.sh get replicationcontrollers
NAME IMAGE(S SELECTOR REPLICAS
```
@@ -224,7 +224,7 @@ kubernetes-minion-1:
fa0e29c94501 kubernetes/pause:latest "/pause" 8 minutes ago Up 8 minutes 0.0.0.0:8080->80/tcp k8s--net.a90e7ce4--7813c8bd_-_3ffe_-_11e4_-_9036_-_0800279696e1.etcd--7813c8bd_-_3ffe_-_11e4_-_9036_-_0800279696e1--baf5b21b
```
-Going back to listing the pods, services and replicationControllers, you now have:
+Going back to listing the pods, services and replicationcontrollers, you now have:
```
$ cluster/kubectl.sh get pods
@@ -236,7 +236,7 @@ NAME IMAGE(S) HOST
$ cluster/kubectl.sh get services
NAME LABELS SELECTOR IP PORT
-$ cluster/kubectl.sh get replicationControllers
+$ cluster/kubectl.sh get replicationcontrollers
NAME IMAGE(S SELECTOR REPLICAS
myNginx nginx name=my-nginx 3
```