fix the command output (#9812)

I have verified on version v1.11
pull/9830/head
chenhuan 2018-08-11 20:09:54 +08:00 committed by k8s-ci-robot
parent 3f1279c3db
commit c8d2f9d02e
1 changed files with 2 additions and 2 deletions

View File

@ -55,9 +55,9 @@ directory and start a temporary Pod running Redis and a service so we can find i
```shell
$ cd content/en/examples/application/job/redis
$ kubectl create -f ./redis-pod.yaml
pod "redis-master" created
pod/redis-master created
$ kubectl create -f ./redis-service.yaml
service "redis" created
service/redis created
```
If you're not working from the source tree, you could also download the following