Address comments

This commit is contained in:
Janet Kuo
2016-04-14 17:14:41 -07:00
parent 24b8db0877
commit 74ae94d43d
2 changed files with 33 additions and 12 deletions
+2 -1
View File
@@ -413,7 +413,8 @@ Note: A paused Deployment cannot be scaled at this moment, and we will add this
### Canary Deployment
If you want to run multiple versions of a container using the Deployment, you can just create multiple Deployments for different versions.
If you want to roll out releases to a subset of users or servers using the Deployment, you can create multiple Deployments, one for each release,
following the canary pattern described in [managing resources](/docs/user-guide/managing-deployments/#canary-deployments).
## Writing a Deployment Spec