-
Notifications
You must be signed in to change notification settings - Fork 16
Configurable ports #52
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
Conversation
/assign |
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.
Thanks @rfranzke for the PR. Overall looks good to me, except some minor comments. PTAL.
to overwrite etcd client port.
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!!
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
How to categorize this PR?
/area usability
/kind enhancement
What this PR does / why we need it:
druid.gardener.cloud/v1alpha1.Etcd
allows to configure etcd's client port, but this is not passed down toetcd-wrapper
(it hardcodes to2379
).etcd-wrapper
is hardcoded to9095
(not configurable), but when it runs in the host network, this can cause conflicts when other instances of it run in parallel.This PR introduces two new flags (
--etcd-client-port
and--etcd-wrapper-port
) to make these values configurable.Which issue(s) this PR fixes:
Part of gardener/etcd-druid#1071
Special notes for your reviewer:
/cc @shreyas-s-rao @ishan16696
Follow-up PR in
etcd-druid
: gardener/etcd-druid#1086Release note: