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 05b7198 commit 02a2ce5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions content/en/docs/reference/labels-annotations-taints/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -890,8 +890,13 @@ 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.
If you set the annotation to `"auto"`, that instructs the EndpointSlice controller to set topology hints
(if the control plane considers that appropriate).
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`.

If you are running a version of Kubernetes older than {{< skew currentVersion >}},
check the documentation for that Kubernetes version to see how topology aware routing
works in that release.

There are no other valid values for this annotation. If you don't want topology aware hints
for a Service, don't add this annotation.
Expand Down

0 comments on commit 02a2ce5

Please sign in to comment.