-
Notifications
You must be signed in to change notification settings - Fork 48
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
Allow specifying traffic distribution preference for the etcd client Service #973
Allow specifying traffic distribution preference for the etcd client Service #973
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.
Thank you, @ialidzhikov, for adding support for the TrafficDistribution. Please address the following minor comments.
@seshachalam-yv , thanks for the suggestions! I addressed them in ca098ad. |
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
/approve
@seshachalam-yv Command |
How to categorize this PR?
/area networking
/area high-availability
/kind enhancement
What this PR does / why we need it:
In Kubernetes, there is a new feature allowing to achieve topology-aware routing for Service endpoints -
ServiceTrafficDistribution
.With gardener/gardener#10973, we would like to use the new
ServiceTrafficDistribution
feature starting Kubernetes 1.31+ instead of theTopologyAwareHints
feature.To keep etcd client Services topology-aware, we need to be able to specify the
.spec.trafficDistribution
field of the client Service via the Etcd resource. This PR makes this possible.Which issue(s) this PR fixes:
Part of gardener/gardener#10421
Special notes for your reviewer:
N/A
Release note: