Skip to content

Commit 02a2ce5

Browse files
sergeyshevchTim Bannister
andcommitted
Update content/en/docs/reference/labels-annotations-taints/_index.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 05b7198 commit 02a2ce5

File tree

1 file changed

+7
-2
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+7
-2
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -890,8 +890,13 @@ Example: `service.kubernetes.io/topology-aware-hints: "Auto"`
890890
Used on: Service
891891

892892
This annotation is used for enabling [Topology Aware Hints](/docs/concepts/services-networking/topology-aware-hints/) for a Service.
893-
If you set the annotation to `"auto"`, that instructs the EndpointSlice controller to set topology hints
894-
(if the control plane considers that appropriate).
893+
Setting the annotation to `Auto`, on a Service, configured the Kubernetes control plane to
894+
add topology hints on EndpointSlices associated with that Service. You can also explicitly
895+
set the annotation to `Disabled`.
896+
897+
If you are running a version of Kubernetes older than {{< skew currentVersion >}},
898+
check the documentation for that Kubernetes version to see how topology aware routing
899+
works in that release.
895900

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

0 commit comments

Comments
 (0)