Skip to content

Commit

Permalink
Use "Topology Aware Routing" feature name in documentation (#6542)
Browse files Browse the repository at this point in the history
Topology Aware Hints was renamed to Topology Aware Routing in K8s 1.27

Note that the feature gate was not renamed in K8s. It is `TopologyAwareHints`.

Closes #6469

Signed-off-by: Rajnish Kumar <[email protected]>
  • Loading branch information
rajnkamr authored Jul 24, 2024
1 parent b5bfc5e commit e921a6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/feature-gates.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ for more information about EndpointSlice. If this feature is enabled but the End

### TopologyAwareHints

`TopologyAwareHints` enables TopologyAwareHints support in Antrea Proxy. For Antrea Proxy, traffic can be routed to the
Endpoint which is closer to where it originated when this feature is enabled. Refer to this [link](https://kubernetes.io/docs/concepts/services-networking/topology-aware-hints/)
for more information about TopologyAwareHints.
`TopologyAwareHints` enables Topology Aware Routing support in Antrea Proxy. For Antrea Proxy, traffic can be routed to the
Endpoint which is closer to where it originated when this feature is enabled. Prior to Kubernetes 1.27, this feature was known as Topology Aware Hints.
Refer to this [link](https://kubernetes.io/docs/concepts/services-networking/topology-aware-routing/) for more information about Topology Aware Routing.

#### Requirements for this Feature

Expand Down

0 comments on commit e921a6e

Please sign in to comment.