File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -890,8 +890,13 @@ Example: `service.kubernetes.io/topology-aware-hints: "Auto"`
890
890
Used on: Service
891
891
892
892
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.
895
900
896
901
There are no other valid values for this annotation. If you don't want topology aware hints
897
902
for a Service, don't add this annotation.
You can’t perform that action at this time.
0 commit comments