Hi, All. Greate to be here. Can anyone help me wit...
# general
e
Hi, All. Greate to be here. Can anyone help me with further question: how can I add Control-Plane with etcd in learner mode? (I have a Rancher provision cluster, based on k3s)
p
If you add an etcd control plane node, it will learn from an available teacher. If you don't have any teacher left, youll need to restore from a snapshot.
e
How can i do it? I didn't find any command or UI option..
p
image.png
If your cluster doesn't have any node already, etcd will initalize by itself
e
but no any info about Learener
so it just simple follower
p
A new registered etcd node will automatically becomes a learner
As soon as the teacher nodes goes down, a learner will be able to become the new teacher
e
could you help me to find documentation about that?
Nodes with the
etcd
role run etcd, which is a consistent and highly available key value store used as Kubernetes’ backing store for all cluster data. etcd replicates the data to each node.
e
but seems just a simple follower... anyway thx for your time, Rajo