-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Added configurable etcd initial-cluster-state to kube-up script. #41320
Added configurable etcd initial-cluster-state to kube-up script. #41320
Conversation
Added conigurable etcd initial-cluster-state to kube-up script. This allows creation of multi-master cluster from scratch.
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED The following people have approved this PR: jszczepkowski, wojtek-t Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@k8s-bot unit test this |
Automatic merge from submit-queue |
Added configurable etcd initial-cluster-state to kube-up script. This allows creation of multi-master cluster from scratch. This is a cherry-pick of kubernetes#41320 from 1.5 branch.
@jszczepkowski: The following test(s) failed:
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
Automatic merge from submit-queue Added configurable etcd initial-cluster-state to kube-up script. Added configurable etcd initial-cluster-state to kube-up script. This allows creation of multi-master cluster from scratch. This is a cherry-pick of #41320 from 1.5 branch. ```release-note Added configurable etcd initial-cluster-state to kube-up script. ```
Added configurable etcd initial-cluster-state to kube-up script. This allows creation of multi-master cluster from scratch. This is a cherry-pick of kubernetes#41320 from 1.5 branch.
What this PR does / why we need it:
Added configurable etcd initial-cluster-state to kube-up script. This allows creation of multi-master cluster from scratch.
Which issue this PR fixes
Before this PR, initial-cluster-state was determined based on the number of peers in etcd cluster: for more than one peer, the state was existing. It was not possible to create a cluster with 3 masters from scratch with state new.
Release note: