File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,10 @@ Follow the steps given below to update your Deployment:
180
180
``` shell
181
181
kubectl set image deployment/nginx-deployment nginx=nginx:1.16.1
182
182
```
183
+ where ` deployment/nginx-deployment ` indicates the Deployment,
184
+ ` nginx ` indicates the Container the update will take place and
185
+ ` nginx:1.16.1 ` indicates the new image and its tag.
186
+
183
187
184
188
The output is similar to:
185
189
@@ -1237,3 +1241,4 @@ it is created.
1237
1241
object definition to understand the API for deployments.
1238
1242
* Read about [ PodDisruptionBudget] ( /docs/concepts/workloads/pods/disruptions/ ) and how
1239
1243
you can use it to manage application availability during disruptions.
1244
+
You can’t perform that action at this time.
0 commit comments