Skip to content

Commit e904685

Browse files
authored
fix inital alpha version of ServiceTopology (#19850)
* fix inital alpha version of ServiceTopology * add description of ServiceTopology
1 parent 93b027d commit e904685

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ different Kubernetes components.
130130
| `ServerSideApply` | `false` | Alpha | 1.14 | 1.15 |
131131
| `ServerSideApply` | `true` | Beta | 1.16 | |
132132
| `ServiceNodeExclusion` | `false` | Alpha | 1.8 | |
133+
| `ServiceTopology` | `false` | Alpha | 1.17 | |
133134
| `StartupProbe` | `false` | Alpha | 1.16 | |
134135
| `StorageVersionHash` | `false` | Alpha | 1.14 | 1.14 |
135136
| `StorageVersionHash` | `true` | Beta | 1.15 | |
@@ -471,6 +472,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
471472
- `ServiceLoadBalancerFinalizer`: Enable finalizer protection for Service load balancers.
472473
- `ServiceNodeExclusion`: Enable the exclusion of nodes from load balancers created by a cloud provider.
473474
A node is eligible for exclusion if labelled with "`alpha.service-controller.kubernetes.io/exclude-balancer`" key or `node.kubernetes.io/exclude-from-external-load-balancers`.
475+
- `ServiceTopology`: Enable service to route traffic based upon the Node topology of the cluster. See [ServiceTopology](https://kubernetes.io/docs/concepts/services-networking/service-topology/) for more details.
474476
- `StartupProbe`: Enable the [startup](/docs/concepts/workloads/pods/pod-lifecycle/#when-should-you-use-a-startup-probe) probe in the kubelet.
475477
- `StorageObjectInUseProtection`: Postpone the deletion of PersistentVolume or
476478
PersistentVolumeClaim objects if they are still being used.

0 commit comments

Comments
 (0)