Skip to content

Commit 5a37885

Browse files
committed
docs(managing-workflow): Add scaling the routers to the production deployment notes.
1 parent 539a80c commit 5a37885

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/managing-workflow/production-deployments.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ Please see the following documentation: [Customizing Controller][]
4646
Using TLS to encrypt traffic (including Workflow client traffic, such as login credentials) is
4747
crucial. See [Platform SSL][] for the platform.
4848

49+
## Scale Routers
50+
51+
If all router pods in your cluster become unavailable then you will be unable to access the workflow API or
52+
any deployed applications. To reduce the potential of this happening it is recommended that you scale the
53+
deis-router Deployment to run more than one router pod. This can be accomplished by running
54+
`kubectl --namespace=deis scale --replicas=2 deployment/deis-router`
4955

5056
[configuring object storage]: ../installing-workflow/configuring-object-storage.md
5157
<!-- TODO: Uncomment once https://github.com/deis/workflow/pull/253 is merged -->

0 commit comments

Comments
 (0)