fix the command output (#9954)

I have verified on version v1.11
This commit is contained in:
tanshanshan 2018-08-21 22:22:00 +08:00 committed by k8s-ci-robot
parent 7e7f677fd4
commit d895efe24e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ $ kubectl create -f https://k8s.io/examples/application/deployment.yaml --record
The output is similar to this:
```shell
deployment "nginx-deployment" created
deployment.apps/nginx-deployment created
```
### Required Fields