Fix a wrong explaining text about running command to create replication controller.
This commit is contained in:
parent
a0992710f9
commit
d0b3f189be
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue