Merge pull request #24452 from oomichi/zh-fix-output-of-rolling-status

zh: Fix output of 'kubectl rollout status'
This commit is contained in:
Kubernetes Prow Robot
2020-10-09 18:46:47 -07:00
committed by GitHub
@@ -203,7 +203,7 @@ Follow the steps given below to create the above Deployment:
``` ```
Waiting for rollout to finish: 2 out of 3 new replicas have been updated... Waiting for rollout to finish: 2 out of 3 new replicas have been updated...
deployment.apps/nginx-deployment successfully rolled out deployment "nginx-deployment" successfully rolled out
``` ```
<!-- <!--
@@ -393,7 +393,7 @@ is changed, for example if the labels or container images of the template are up
或者 或者
``` ```
deployment.apps/nginx-deployment successfully rolled out deployment "nginx-deployment" successfully rolled out
``` ```
<!-- <!--
@@ -1439,7 +1439,7 @@ kubectl rollout status deployment.v1.apps/nginx-deployment
```shell ```shell
Waiting for rollout to finish: 2 of 3 updated replicas are available... Waiting for rollout to finish: 2 of 3 updated replicas are available...
deployment.apps/nginx-deployment successfully rolled out deployment "nginx-deployment" successfully rolled out
$ echo $? $ echo $?
0 0
``` ```