Skip to content

Commit dd26fd3

Browse files
authored
Merge pull request #42045 from piepmatz/fix-feature-gate-name-zh-cn
Fix StableLoadBalancerNodeSet feature gate name
2 parents 79eeabe + d7b93d6 commit dd26fd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

0 commit comments

Comments
 (0)