fix the command output (#9966)

I have verified on version v1.11
pull/9998/head
tanshanshan 2018-08-21 22:47:30 +08:00 committed by k8s-ci-robot
parent be5ee84760
commit 6566eefe20
1 changed files with 1 additions and 1 deletions

View File

@ -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: