Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: use learner mode for joining etcd members #861

Closed
fabriziopandini opened this issue Sep 17, 2019 · 2 comments
Closed

RFE: use learner mode for joining etcd members #861

fabriziopandini opened this issue Sep 17, 2019 · 2 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@fabriziopandini
Copy link
Member

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

Ref docs:

@fabriziopandini fabriziopandini added the kind/feature Categorizes issue or PR as related to a new feature. label Sep 17, 2019
@fabriziopandini
Copy link
Member Author

/close
wrong repo 🤣

@k8s-ci-robot
Copy link
Contributor

@fabriziopandini: Closing this issue.

In response to this:

/close
wrong repo 🤣

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants