change kubectl get deployment output (#17351)

This commit is contained in:
Luzhenxing
2019-11-02 12:31:40 +08:00
committed by Kubernetes Prow Robot
parent 4c48c963a0
commit 3aab039ac4
6 changed files with 18 additions and 18 deletions
@@ -257,8 +257,8 @@ kubectl:
kubectl get deployment nginx-app
```
```
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
nginx-app 1 1 1 1 2m
NAME READY UP-TO-DATE AVAILABLE AGE
nginx-app 1/1 1 1 2m
```
```shell