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