fix the command output (#9956)

I have verified on version v1.11
pull/9991/head
tanshanshan 2018-08-21 22:27:06 +08:00 committed by k8s-ci-robot
parent c5a07419f2
commit 4ce34fc6c0
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ To run this pod, use the following command:
```shell
$ kubectl create -f https://k8s.io/examples/debug/counter-pod.yaml
pod "counter" created
pod/counter created
```
To fetch the logs, use the `kubectl logs` command, as follows: