kubectl rollout history
pet2cattle.com › 2021 › 05May 18, 2021 · On Kubernetes, when we update objects such as a deployment or a daemonset we can check it's rollout history using kubectl rollout history: $ kubectl rollout history deploy pet2cattle deployment.apps/pet2cattle REVISION CHANGE-CAUSE 21 <none> 22 <none> 23 <none> 24 <none> 26 <none> 28 <none> 29 <none> 30 <none> 32 <none> 33 <none> 34 <none>