Skip to content

Commit 7094fbb

Browse files
authored
fix inital alpha zh version of ServiceTopology (#19851)
* fix inital alpha version of ServiceTopology * add description of ServiceTopology
1 parent 6a9e5be commit 7094fbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ different Kubernetes components.
179179
| `ServerSideApply` | `false` | Alpha | 1.14 | 1.15 |
180180
| `ServerSideApply` | `true` | Beta | 1.16 | |
181181
| `ServiceNodeExclusion` | `false` | Alpha | 1.8 | |
182+
| `ServiceTopology` | `false` | Alpha | 1.17 | |
182183
| `StartupProbe` | `false` | Alpha | 1.16 | |
183184
| `StorageVersionHash` | `false` | Alpha | 1.14 | 1.14 |
184185
| `StorageVersionHash` | `true` | Beta | 1.15 | |
@@ -698,6 +699,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
698699
- `ServiceLoadBalancerFinalizer`: Enable finalizer protection for Service load balancers.
699700
- `ServiceNodeExclusion`: Enable the exclusion of nodes from load balancers created by a cloud provider.
700701
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`.
702+
- `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.
701703
- `StartupProbe`: Enable the [startup](/docs/concepts/workloads/pods/pod-lifecycle/#when-should-you-use-a-startup-probe) probe in the kubelet.
702704
- `StorageObjectInUseProtection`: Postpone the deletion of PersistentVolume or
703705
PersistentVolumeClaim objects if they are still being used.
@@ -707,6 +709,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
707709
- `ServerSideApply`:在 API 服务器上启用[服务器端应用(SSA)](/docs/reference/using-api/api-concepts/#server-side-apply) 路径。
708710
- `ServiceLoadBalancerFinalizer`:为服务负载均衡启用终结器保护。
709711
- `ServiceNodeExclusion`:启用从云提供商创建的负载均衡中排除节点。如果节点标记有 `alpha.service-controller.kubernetes.io/exclude-balancer` 键或 `node.kubernetes.io/exclude-from-external-load-balancers`,则可以排除节点。
712+
- `ServiceTopology`: 启用服务拓扑可以让一个服务基于集群的节点拓扑进行流量路由。有关更多详细信息,请参见[Service 拓扑](https://kubernetes.io/zh/docs/concepts/services-networking/service-topology/)
710713
- `StartupProbe`:在 kubelet 中启用 [startup](/docs/concepts/workloads/pods/pod-lifecycle/#when-should-you-use-a-startup-probe) 探针。
711714
- `StorageObjectInUseProtection`:如果仍在使用 PersistentVolume 或 PersistentVolumeClaim 对象,则将其推迟。
712715

0 commit comments

Comments
 (0)