File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -889,7 +889,9 @@ Example: `service.kubernetes.io/topology-aware-hints: "Auto"`
889
889
890
890
Used on: Service
891
891
892
- This annotation is used for enabling [ Topology Aware Hints] ( /docs/concepts/services-networking/topology-aware-hints/ ) for a Service.
892
+ This annotation was used for enabling _ topology aware hints_ on Services. Topology aware
893
+ hints have since been renamed: the concept is now called
894
+ [ topology aware routing] ( /docs/concepts/services-networking/topology-aware-routing/ ) .
893
895
Setting the annotation to ` Auto ` , on a Service, configured the Kubernetes control plane to
894
896
add topology hints on EndpointSlices associated with that Service. You can also explicitly
895
897
set the annotation to ` Disabled ` .
You can’t perform that action at this time.
0 commit comments