We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--initial-cluster-state
Currently etcd -h show following description of --initial-cluster-state flag
etcd -h
--initial-cluster-state 'new' Initial cluster state ('new' or 'existing').
But this poorly summarizes logic of bootsrapCluster.
new
existing
I think folks are getting confused by the meaning of this flag. See #15705 (comment)
The text was updated successfully, but these errors were encountered:
I am interested to work on this. @jmhbnz
Sorry, something went wrong.
Merge pull request #15752 from sharathsivakumar/main
211b432
fixes for "improve description of --initial-cluster-state flag" #15743
keeping the issue open to track backports #15752 (comment)
sharathsivakumar
No branches or pull requests
What would you like to be added?
Currently
etcd -h
show following description of--initial-cluster-state
flagBut this poorly summarizes logic of bootsrapCluster.
new
andexisting
isn't clear.Why is this needed?
I think folks are getting confused by the meaning of this flag. See #15705 (comment)
The text was updated successfully, but these errors were encountered: