zh: Fix output of 'kubectl rollout status'

This is the same fix as https://github.com/kubernetes/website/commit/6e93717597113c726cbcf8a7059e47f23e3e8a64 for zh.
This commit is contained in:
Kenichi Omichi
2020-10-09 15:55:23 +00:00
parent cc3e0de09f
commit ed4b0b2b1a
@@ -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
``` ```