-
Notifications
You must be signed in to change notification settings - Fork 8
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
Improve ETCD
peer options rules
#3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor comments, other looks good
singleETCDCluster = ` | ||
initial-cluster: etcd-main-0=foo | ||
peer-transport-security: | ||
client-cert-auth: false` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
client-cert-auth: false` | |
cert-file: false` |
Shouldn't we use cert-file
here for consistency reasons?
singleETCDCluster = ` | ||
initial-cluster: etcd-main-0=foo | ||
peer-transport-security: | ||
client-cert-auth: false` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as my other comment
833d069
to
65f0b02
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
What this PR does / why we need it:
This PR improves
ETCD
peer options rules242380
,242426
,242432
and242433
by skipping them when ETCD runs as a single instance, since they are not used in that case.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: