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.
1 parent 046e3a1 commit 7ebe37aCopy full SHA for 7ebe37a
content/en/docs/concepts/workloads/controllers/deployment.md
@@ -164,7 +164,7 @@ Follow the steps given below to update your Deployment:
164
1. Let's update the nginx Pods to use the `nginx:1.16.1` image instead of the `nginx:1.14.2` image.
165
166
```shell
167
- kubectl set image deployment/nginx-deployment nginx=nginx:1.16.1
+ kubectl set image deployment.v1.apps/nginx-deployment nginx=nginx:1.16.1
168
```
169
170
or use the following command:
0 commit comments