Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #268 from mattk42/scale-routers
Browse files Browse the repository at this point in the history
docs(managing-workflow): Add scaling the routers to the production deployment notes.
  • Loading branch information
mboersma authored Jan 30, 2017
2 parents 5f00e41 + 5a37885 commit dcb291e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/managing-workflow/production-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ Please see the following documentation:
Using TLS to encrypt traffic (including Workflow client traffic, such as login credentials) is
crucial. See [Platform SSL][] for the platform.

## Scale Routers

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

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

0 comments on commit dcb291e

Please sign in to comment.