Merge pull request #42045 from piepmatz/fix-feature-gate-name-zh-cn

Fix StableLoadBalancerNodeSet feature gate name
pull/42062/head
Kubernetes Prow Robot 2023-07-17 07:03:10 -07:00 committed by GitHub
commit dd26fd3d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -248,7 +248,7 @@ For a reference to old feature gates that are removed, please refer to
| `ServiceNodePortStaticSubrange` | `false` | Alpha | 1.27 | |
| `SizeMemoryBackedVolumes` | `false` | Alpha | 1.20 | 1.21 |
| `SizeMemoryBackedVolumes` | `true` | Beta | 1.22 | |
| `StableLoadBalancerNodeGet` | `true` | Beta | 1.27 | |
| `StableLoadBalancerNodeSet` | `true` | Beta | 1.27 | |
| `StatefulSetAutoDeletePVC` | `false` | Alpha | 1.23 | 1.26 |
| `StatefulSetAutoDeletePVC` | `false` | Beta | 1.27 | |
| `StatefulSetStartOrdinal` | `false` | Alpha | 1.26 | 1.26 |
@ -1278,7 +1278,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
<!--
- `SizeMemoryBackedVolumes`: Enable kubelets to determine the size limit for
memory-backed volumes (mainly `emptyDir` volumes).
- `StableLoadBalancerNodeGet`: Enables less load balancer re-configurations by
- `StableLoadBalancerNodeSet`: Enables less load balancer re-configurations by
the service controller (KCCM) as an effect of changing node state.
- `StatefulSetStartOrdinal`: Allow configuration of the start ordinal in a
StatefulSet. See
@ -1286,7 +1286,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
for more details.
-->
- `SizeMemoryBackedVolumes`:允许 kubelet 检查基于内存制备的卷的尺寸约束(目前主要针对 `emptyDir` 卷)。
- `StableLoadBalancerNodeGet`: 允许服务控制器KCCM根据节点状态变化来减少负载均衡器的重新配置。
- `StableLoadBalancerNodeSet`: 允许服务控制器KCCM根据节点状态变化来减少负载均衡器的重新配置。
- `StatefulSetMinReadySeconds`: 允许 StatefulSet 控制器采纳 `minReadySeconds` 设置。
- `StatefulSetStartOrdinal`:允许在 StatefulSet 中配置起始序号。
更多细节请参阅[起始序号](/zh-cn/docs/concepts/workloads/controllers/statefulset/#start-ordinal)。