antrea-io / antrea

Kubernetes networking based on Open vSwitch
https://antrea.io
Apache License 2.0
1.65k stars 362 forks source link

Update TopologyAwareHints featuregate to TopologyAwareRouting #6469

Closed rajnkamr closed 1 month ago

rajnkamr commented 2 months ago

From Kubernetes 1.27, Topology Aware Hints k8 feature is renamed to Topology Aware Routing. Update the same across Antrea to adopt the k8s nomenclature.

As we know Topology Aware Routing formerly aka Topology Aware Hints adjusts routing behavior to prefer keeping traffic in the zone it originated from. In some cases this can help reduce costs or improve network performance.

tnqn commented 2 months ago

I don't find such renaming in K8s features, which also doesn't make sense as it would break compatibility. Some code description already uses "Topology Aware Routing".

rajnkamr commented 2 months ago

Description update in doc could also help, https://kubernetes.io/docs/concepts/services-networking/topology-aware-routing/