You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 kubectl set image deployment.v1.apps/nginx-deployment nginx=nginx:1.16.1
485
+
3 kubectl set image deployment.v1.apps/nginx-deployment nginx=nginx:1.161
491
486
```
492
487
493
488
`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:
@@ -506,7 +501,7 @@ Follow the steps given below to check the rollout history:
506
501
deployments "nginx-deployment" revision 2
507
502
Labels: app=nginx
508
503
pod-template-hash=1159050644
509
-
Annotations: kubernetes.io/change-cause=kubectl set image deployment.v1.apps/nginx-deployment nginx=nginx:1.16.1 --record=true
504
+
Annotations: kubernetes.io/change-cause=kubectl set image deployment.v1.apps/nginx-deployment nginx=nginx:1.16.1
510
505
Containers:
511
506
nginx:
512
507
Image: nginx:1.16.1
@@ -567,7 +562,7 @@ Follow the steps given below to rollback the Deployment from the current version
0 commit comments