Skip to content

Commit ff61250

Browse files
Update deployment.md
Fixed the difference between the Chinese and English versions
1 parent 9d74338 commit ff61250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/workloads/controllers/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Follow the steps given below to update your Deployment:
340340
1. 先来更新 nginx Pod 以使用 `nginx:1.16.1` 镜像,而不是 `nginx:1.14.2` 镜像。
341341

342342
```shell
343-
kubectl set image deployment/nginx-deployment nginx=nginx:1.16.1
343+
kubectl set image deployment.v1.apps/nginx-deployment nginx=nginx:1.16.1
344344
```
345345
<!--
346346
or use the following command:

0 commit comments

Comments
 (0)