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
Growing a local etcd cluster is a complex operation, and in the past, we already faced some issues like e.g. #588
Now that the implementation of the etcd learner mode is progressing, we should start considering if to use it in kubeadm in order to make join --control-plane implementation more robust.
at a high level what we would like to achieve is:
a new etcd member should be created as a learner and became a voting member only after the etcd data are fully aligned.
ideally
we should also prevent the api-server to read from a learner node
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Growing a local etcd cluster is a complex operation, and in the past, we already faced some issues like e.g. #588
Now that the implementation of the etcd learner mode is progressing, we should start considering if to use it in kubeadm in order to make join --control-plane implementation more robust.
at a high level what we would like to achieve is:
ideally
Ref docs:
The text was updated successfully, but these errors were encountered: