You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failover - replicaset leader selection mechanism. You can read more about it `here <https://www.tarantool.io/en/doc/latest/book/cartridge/topics/failover/>`_.
710
+
711
+
.. NOTE::
712
+
713
+
The ability to configure failover via kubernetes manifests will appear later
The etcd cluster is deployed independently, if you don't have it - the easiest way to install etcd is `etcd-operator <https://github.com/helm/charts/tree/master/stable/etcd-operator>`_ with helm chart.
768
+
769
+
We'll need a list of available etc cluster IP`s, the prefix for storage keys and credentials (user name and password).
770
+
771
+
How to set up stateful failover can be found on the documentation `page <https://www.tarantool.io/en/doc/latest/book/cartridge/topics/failover/#failover-configuration>`_.
How to install a stateboard can be found on this documentation `page <https://www.tarantool.io/en/doc/latest/book/cartridge/topics/failover/#stateboard-configuration>`_.
0 commit comments