Add "rollout restart" to cheatsheet (#18224)

pull/18521/head
Antoine Pelisse 2020-01-07 16:47:40 -08:00 committed by Kubernetes Prow Robot
parent 4158296620
commit 40499ac391
1 changed files with 1 additions and 0 deletions

View File

@ -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 --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 restart deployment/frontend # Rolling restart of the "frontend" deployment
# deprecated starting version 1.11