File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,6 +46,12 @@ Please see the following documentation: [Customizing Controller][]
4646Using TLS to encrypt traffic (including Workflow client traffic, such as login credentials) is
4747crucial. 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 -->
You can’t perform that action at this time.
0 commit comments