Skip to content

Commit 253c851

Browse files
AndrewTtofitengqm
andauthored
add improvement as per issue 28427 (#41057)
* add improvement as per issue 28427 * Update content/en/docs/concepts/workloads/controllers/deployment.md Co-authored-by: Qiming Teng <[email protected]> * dummy commit --------- Co-authored-by: Qiming Teng <[email protected]>
1 parent 237ebca commit 253c851

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ Follow the steps given below to update your Deployment:
180180
```shell
181181
kubectl set image deployment/nginx-deployment nginx=nginx:1.16.1
182182
```
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+
183187

184188
The output is similar to:
185189

@@ -1237,3 +1241,4 @@ it is created.
12371241
object definition to understand the API for deployments.
12381242
* Read about [PodDisruptionBudget](/docs/concepts/workloads/pods/disruptions/) and how
12391243
you can use it to manage application availability during disruptions.
1244+

0 commit comments

Comments
 (0)