Skip to content

Commit 73e3436

Browse files
authored
docs(components): adding workflow-manager to list of workflow components. (#573)
1 parent 6f1c466 commit 73e3436

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/understanding-workflow/components.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,17 @@ Application name. Logger does not persist logs to disk, instead maintaining an
131131
in-memory ring buffer. For more information on logger see the [project
132132
documentation][logger-documentation].
133133

134+
## Workflow Manager
135+
136+
**Project Location:** [deis/workflow-manager](https://github.com/deis/workflow-manager)
137+
138+
`Workflow Manager` will regularly check your cluster against the latest stable
139+
components. If components are missing due to failure or are simply out of date,
140+
Workflow operators will know at a glance. By default, this submits component
141+
and version information to Deis' version service. If you prefer, you may
142+
disable the function by setting `WORKFLOW_MANAGER_CHECKVERSIONS` to false in
143+
Workflow Manager's Deployment.
144+
134145
## See Also
135146

136147
* [Workflow Concepts][concepts]

0 commit comments

Comments
 (0)