Update deployment.md

Fixed the difference between the Chinese and English versions
pull/33080/head
liuhanguang123 2022-04-21 16:45:12 +08:00 committed by GitHub
parent 9d74338c99
commit ff612509b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ Follow the steps given below to update your Deployment:
1. 先来更新 nginx Pod 以使用 `nginx:1.16.1` 镜像,而不是 `nginx:1.14.2` 镜像。 1. 先来更新 nginx Pod 以使用 `nginx:1.16.1` 镜像,而不是 `nginx:1.14.2` 镜像。
```shell ```shell
kubectl set image deployment/nginx-deployment nginx=nginx:1.16.1 kubectl set image deployment.v1.apps/nginx-deployment nginx=nginx:1.16.1
``` ```
<!-- <!--
or use the following command: or use the following command: