Skip to content

Update etcd cluster details for ST2 in K8s #860

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/install/k8s_ha.rst
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ Helm chart repository, - all settings could be overridden via ``values.yaml``.

etcd
____
StackStorm employs etcd as a distributed coordination backend, required for StackStorm cluster components to work properly in HA scenario.
Currently, due to low demands, only ``1`` instance of etcd is created via K8s Deployment.
Future plans to switch to official Helm chart and configure etcd/Raft cluster properly with ``3`` nodes by default (`#8 <https://github.com/StackStorm/stackstorm-ha/issues/8>`_).
StackStorm employs etcd as a distributed coordination backend, required for st2 cluster components to work properly in an HA scenario.
`3` node Raft cluster is deployed via external official Helm chart dependency `etcd <https://github.com/helm/charts/tree/master/incubator/etcd>`_.
As any other Helm dependency, it's possible to further configure it for specific scaling needs via ``values.yaml``.

Docker registry
_______________
Expand Down