Skip to content

Commit

Permalink
Update content/en/docs/reference/labels-annotations-taints/_index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Bannister <[email protected]>
  • Loading branch information
sergeyshevch and sftim committed Aug 10, 2023
1 parent 02a2ce5 commit ca5dc47
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,9 @@ Example: `service.kubernetes.io/topology-aware-hints: "Auto"`

Used on: Service

This annotation is used for enabling [Topology Aware Hints](/docs/concepts/services-networking/topology-aware-hints/) for a Service.
This annotation was used for enabling _topology aware hints_ on Services. Topology aware
hints have since been renamed: the concept is now called
[topology aware routing](/docs/concepts/services-networking/topology-aware-routing/).
Setting the annotation to `Auto`, on a Service, configured the Kubernetes control plane to
add topology hints on EndpointSlices associated with that Service. You can also explicitly
set the annotation to `Disabled`.
Expand Down

0 comments on commit ca5dc47

Please sign in to comment.