Skip to content

Commit 6ad9d41

Browse files
MeenuyDTim Bannister
andauthored
Document annotation service.kubernetes.io/topology-mode (#43390)
* fix: Annotation service.kubernetes.io/topology-mode not documented / registered * Update content/en/docs/reference/labels-annotations-taints/_index.md Co-authored-by: Tim Bannister <[email protected]> * Update content/en/docs/reference/labels-annotations-taints/_index.md Co-authored-by: Tim Bannister <[email protected]> --------- Co-authored-by: Tim Bannister <[email protected]>
1 parent f9365c8 commit 6ad9d41

File tree

1 file changed

+16
-0
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,22 @@ works in that release.
957957
There are no other valid values for this annotation. If you don't want topology aware hints
958958
for a Service, don't add this annotation.
959959

960+
### service.kubernetes.io/topology-mode
961+
962+
Type: Annotation
963+
964+
Example: `service.kubernetes.io/topology-mode: Auto`
965+
966+
Used on: Service
967+
968+
This annotation provides a way to define how Services handle network topology;
969+
for example, you can configure a Service so that Kubernetes prefers keeping traffic between
970+
a client and server within a single topology zone.
971+
In some cases this can help reduce costs or improve network performance.
972+
973+
See [Topology Aware Routing](/docs/concepts/services-networking/topology-aware-routing/)
974+
for more details.
975+
960976
### kubernetes.io/service-name {#kubernetesioservice-name}
961977

962978
Type: Label

0 commit comments

Comments
 (0)