Skip to content

Commit f6c813d

Browse files
committed
Remove the remaining last flag --record from deployment.md
1 parent a0d63d1 commit f6c813d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ Follow the steps given below to check the rollout history:
488488
`CHANGE-CAUSE` is copied from the Deployment annotation `kubernetes.io/change-cause` to its revisions upon creation. You can specify the`CHANGE-CAUSE` message by:
489489

490490
* Annotating the Deployment with `kubectl annotate deployment.v1.apps/nginx-deployment kubernetes.io/change-cause="image updated to 1.16.1"`
491-
* Append the `--record` flag to save the `kubectl` command that is making changes to the resource.
492491
* Manually editing the manifest of the resource.
493492

494493
2. To see the details of each revision, run:

0 commit comments

Comments
 (0)