Fix a wrong explaining text about running command to create replication controller.

This commit is contained in:
keisuke oohashi 2014-09-01 13:13:37 +09:00
parent dc4becd976
commit 2d1149061f

View File

@ -131,7 +131,7 @@ Use the file `examples/guestbook/redis-slave-controller.json`
} }
``` ```
to create the service by running: to create the replication controller by running:
```shell ```shell
$ cluster/kubecfg.sh -c examples/guestbook/redis-slave-controller.json create replicationControllers $ cluster/kubecfg.sh -c examples/guestbook/redis-slave-controller.json create replicationControllers