Deployments
Deployments
1
2
3
4
5
6
7
8
kubectl set image deployment/frontend *=kodekloud/webapp-color:v2 --dry-run=server --record
controlplane $ kubectl rollout history deployment frontend
deployment.apps/frontend
REVISION CHANGE-CAUSE
1 <none>
2 kubectl set image deployment/frontend *=kodekloud/webapp-color:v2 --record=true
This post is licensed under CC BY 4.0 by the author.
