fix the command output (#9966)

I have verified on version v1.11
This commit is contained in:
tanshanshan
2018-08-21 22:47:30 +08:00
committed by k8s-ci-robot
parent be5ee84760
commit 6566eefe20
@@ -50,7 +50,7 @@ Run the example job by downloading the example file and then running this comman
```shell
$ kubectl create -f https://k8s.io/examples/controllers/replication.yaml
replicationcontroller "nginx" created
replicationcontroller/nginx created
```
Check on the status of the ReplicationController using this command: