Skip to content

Commit dcb291e

Browse files
authored
Merge pull request #268 from mattk42/scale-routers
docs(managing-workflow): Add scaling the routers to the production deployment notes.
2 parents 5f00e41 + 5a37885 commit dcb291e

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
@@ -50,6 +50,12 @@ Please see the following documentation:
5050
Using TLS to encrypt traffic (including Workflow client traffic, such as login credentials) is
5151
crucial. See [Platform SSL][] for the platform.
5252

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

5460
[configuring object storage]: ../installing-workflow/configuring-object-storage.md
5561
[customizing controller]: tuning-component-settings.md#customizing-the-controller

0 commit comments

Comments
 (0)