Add "rollout restart" to cheatsheet (#18224)
parent
4158296620
commit
40499ac391
|
@ -207,6 +207,7 @@ kubectl rollout history deployment/frontend # Check the his
|
||||||
kubectl rollout undo deployment/frontend # Rollback to the previous deployment
|
kubectl rollout undo deployment/frontend # Rollback to the previous deployment
|
||||||
kubectl rollout undo deployment/frontend --to-revision=2 # Rollback to a specific revision
|
kubectl rollout undo deployment/frontend --to-revision=2 # Rollback to a specific revision
|
||||||
kubectl rollout status -w deployment/frontend # Watch rolling update status of "frontend" deployment until completion
|
kubectl rollout status -w deployment/frontend # Watch rolling update status of "frontend" deployment until completion
|
||||||
|
kubectl rollout restart deployment/frontend # Rolling restart of the "frontend" deployment
|
||||||
|
|
||||||
|
|
||||||
# deprecated starting version 1.11
|
# deprecated starting version 1.11
|
||||||
|
|
Loading…
Reference in New Issue