This message was deleted.
# k3s
a
This message was deleted.
b
Not an answer, but I have seen this happening before so I have an assumption that it is the default behaviour. Being default, it made me think that it can probably be overridden somewhere, but I didn't have the necessity to find out, so it slipped away.
c
You need quorum. 1 node of a 3 node cluster does not have quorum to elect anyone as leader. You need at least 2 nodes up in a cluster of 3.
👍 1
https://docs.k3s.io/datastore/ha-embedded
HA embedded etcd cluster must be comprised of an odd number of server nodes for etcd to maintain quorum. For a cluster with n servers, quorum is (n/2)+1.
🙏 1
e
thanks, one wrong assumption corrected