Remove the remaining last flag --record from deployment.md

pull/29593/head
Vaibhav 2021-09-01 15:21:31 +05:30
parent a0d63d1125
commit f6c813de44
1 changed files with 0 additions and 1 deletions

View File

@ -488,7 +488,6 @@ Follow the steps given below to check the rollout history:
`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:
* Annotating the Deployment with `kubectl annotate deployment.v1.apps/nginx-deployment kubernetes.io/change-cause="image updated to 1.16.1"`
* Append the `--record` flag to save the `kubectl` command that is making changes to the resource.
* Manually editing the manifest of the resource.
2. To see the details of each revision, run: