Update deployment.md

reviewable/pr5217/r1
fgogolli 2017-08-27 11:05:17 +01:00 committed by GitHub
parent a17a3b9cb1
commit 586081ad48
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ removed label still exists in any existing Pods and ReplicaSets.
Sometimes you may want to rollback a Deployment; for example, when the Deployment is not stable, such as crash looping.
By default, all of the Deployment's rollout history is kept in the system so that you can rollback anytime you want
(you can change that by modifying revision history limit]).
(you can change that by modifying revision history limit).
**Note:** a Deployment's revision is created when a Deployment's rollout is triggered. This means that the
new revision is created if and only if the Deployment's pod template (`.spec.template`) is changed,