How do you make a rolling a deployment and record it? I know how to make a rolli . . .

Emir:
how do you make a rolling a deployment and record it? I know how to make a rolling update but what’s the command to record the rolling update? I can do rollout status or rollout history to save somewhere but it’s not giving any folder to save.

unnivkn:
Hi @Emir please refer this: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/

Emir:
@unnivkn I couldn’t find that option in there :frowning: i saw someone used kubectl patch? But how do u use it and it records rolling update?

unnivkn:
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#rollout

Emir:
@unnivkn thank u so much!!!

gopi m:
Just add ‘–record’ at the end of the deployment command