Update deployment.md

pull/5217/head
fgogolli 2017-08-27 11:26:51 +01:00 committed by GitHub
parent 586081ad48
commit 1d11905cb5
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ Sometimes you may want to rollback a Deployment; for example, when the Deploymen
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).
**Note:** a Deployment's revision is created when a Deployment's rollout is triggered. This means that the
**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,
for example if you update the labels or container images of the template. Other updates, such as scaling the Deployment,
do not create a Deployment revision, so that we can facilitate simultaneous manual- or auto-scaling.