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
All working fine until node1 has failed. confd just stop working with error "FATAL dial tcp..."
Is this normal behavior?
I think that confd must move on to the next node in list.. And etc. in case of node2 failures...
The text was updated successfully, but these errors were encountered:
Hi,
I've high availability etcd cluster (three nodes).
confd checks etcd for change of some keys and reload configs as needed.
Please find below part of confd.toml:
backend = "etcdv3"
interval = 10
nodes = [
"node1:2379","node2:2379","node3:2379"
]
noop = false
scheme = "https"
watch = true
All working fine until node1 has failed. confd just stop working with error "FATAL dial tcp..."
Is this normal behavior?
I think that confd must move on to the next node in list.. And etc. in case of node2 failures...
The text was updated successfully, but these errors were encountered: