Merge pull request #33080 from liuhanguang123/main

Update deployment.md
This commit is contained in:
Kubernetes Prow Robot
2022-04-21 02:34:58 -07:00
committed by GitHub
@@ -340,7 +340,7 @@ Follow the steps given below to update your Deployment:
1. 先来更新 nginx Pod 以使用 `nginx:1.16.1` 镜像,而不是 `nginx:1.14.2` 镜像。
```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: