We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81a8d46 + ff61250 commit 0ccbd6eCopy full SHA for 0ccbd6e
content/zh/docs/concepts/workloads/controllers/deployment.md
@@ -340,7 +340,7 @@ Follow the steps given below to update your Deployment:
340
1. 先来更新 nginx Pod 以使用 `nginx:1.16.1` 镜像,而不是 `nginx:1.14.2` 镜像。
341
342
```shell
343
- kubectl set image deployment/nginx-deployment nginx=nginx:1.16.1
+ kubectl set image deployment.v1.apps/nginx-deployment nginx=nginx:1.16.1
344
```
345
<!--
346
or use the following command:
0 commit comments