Skip to content

Commit 29c2aed

Browse files
authored
Merge pull request #30537 from robscott/topology-hints-1.23
Updating Topology Aware Hints docs for 1.23
2 parents 6e45595 + 2474ff9 commit 29c2aed

File tree

4 files changed

+5
-46
lines changed

4 files changed

+5
-46
lines changed

content/en/docs/concepts/services-networking/service-traffic-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ When the [feature gate](/docs/reference/command-line-tools-reference/feature-gat
6868

6969
## {{% heading "whatsnext" %}}
7070

71-
* Read about [enabling Topology Aware Hints](/docs/tasks/administer-cluster/enabling-topology-aware-hints)
71+
* Read about [Topology Aware Hints](/docs/concepts/services-networking/topology-aware-hints)
7272
* Read about [Service External Traffic Policy](/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip)
7373
* Read [Connecting Applications with Services](/docs/concepts/services-networking/connect-applications-service/)

content/en/docs/concepts/services-networking/topology-aware-hints.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 45
99

1010
<!-- overview -->
1111

12-
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
12+
{{< feature-state for_k8s_version="v1.23" state="beta" >}}
1313

1414
_Topology Aware Hints_ enable topology aware routing by including suggestions
1515
for how clients should consume endpoints. This approach adds metadata to enable
@@ -35,8 +35,7 @@ can then consume those hints, and use them to influence how traffic to is routed
3535

3636
## Using Topology Aware Hints
3737

38-
If you have [enabled](/docs/tasks/administer-cluster/enabling-topology-aware-hints) the
39-
overall feature, you can activate Topology Aware Hints for a Service by setting the
38+
You can activate Topology Aware Hints for a Service by setting the
4039
`service.kubernetes.io/topology-aware-hints` annotation to `auto`. This tells
4140
the EndpointSlice controller to set topology hints if it is deemed safe.
4241
Importantly, this does not guarantee that hints will always be set.
@@ -156,5 +155,4 @@ zone.
156155

157156
## {{% heading "whatsnext" %}}
158157

159-
* Read about [enabling Topology Aware Hints](/docs/tasks/administer-cluster/enabling-topology-aware-hints/)
160158
* Read [Connecting Applications with Services](/docs/concepts/services-networking/connect-applications-service/)

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ different Kubernetes components.
185185
| `StorageVersionHash` | `true` | Beta | 1.15 | |
186186
| `SuspendJob` | `false` | Alpha | 1.21 | 1.21 |
187187
| `SuspendJob` | `true` | Beta | 1.22 | |
188-
| `TopologyAwareHints` | `false` | Alpha | 1.21 | |
188+
| `TopologyAwareHints` | `false` | Alpha | 1.21 | 1.22 |
189+
| `TopologyAwareHints` | `true` | Beta | 1.23 | |
189190
| `TopologyManager` | `false` | Alpha | 1.16 | 1.17 |
190191
| `TopologyManager` | `true` | Beta | 1.18 | |
191192
| `VolumeCapacityPriority` | `false` | Alpha | 1.21 | - |

content/en/docs/tasks/administer-cluster/enabling-topology-aware-hints.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)