File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,10 +91,12 @@ makes it easy to rollback to any previous release.
9191
9292### Run Stage
9393
94- The run stage dispatches containers to a scheduler and updates the router accordingly.
95- The scheduler is in control of placing containers on hosts and balancing them evenly across the cluster.
96- Containers are published to the router once they are healthy. Old containers are only collected
97- after the new containers are live and serving traffic -- providing zero-downtime deploys.
94+ The run stage is responsible for deploying the new release to the underlying
95+ Kubernetes cluster. The run stage launches a new Replication Controller which
96+ references the new release. By managing the desired replica count, Workflow
97+ orchestrates a zero-downtime, rolling update of your application. Once
98+ successfully updated, Workflow removes the last reference to the old release.
99+ Note that during the deploy, your application will be running in a mixed mode.
98100
99101## Backing Services
100102
You can’t perform that action at this time.
0 commit comments