Skip to content
Discussion options

You must be logged in to vote
  1. Is it officially supported to start all members with --initial-cluster-state=new if all members are defined in --initial-cluster and we start them 1 by 1?

YES

  1. Is using existing strictly required after the first member starts, or only when dynamically adding members?

"existing" is only required when you start a newly added member. For example, you just add a new member by executing etcdctl member add xxx, and when you start the new member, you must use existing in such case.

When you start the cluster in the very first time and there isn't any local data yet, then you must use new.

If there is already local data, then it doesn't matter what's the value. (of course, it's recommended…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by prateekkohli21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants