Skip to content

Commit d406752

Browse files
authored
Fix StableLoadBalancerNodeSet feature gate name (#42024)
* Fix StableLoadBalancerNodeSet feature gate name * Limit changes to English language
1 parent 6dc25c5 commit d406752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ For a reference to old feature gates that are removed, please refer to
200200
| `ServiceNodePortStaticSubrange` | `false` | Alpha | 1.27 | |
201201
| `SizeMemoryBackedVolumes` | `false` | Alpha | 1.20 | 1.21 |
202202
| `SizeMemoryBackedVolumes` | `true` | Beta | 1.22 | |
203-
| `StableLoadBalancerNodeGet` | `true` | Beta | 1.27 | |
203+
| `StableLoadBalancerNodeSet` | `true` | Beta | 1.27 | |
204204
| `StatefulSetAutoDeletePVC` | `false` | Alpha | 1.23 | 1.26 |
205205
| `StatefulSetAutoDeletePVC` | `false` | Beta | 1.27 | |
206206
| `StatefulSetStartOrdinal` | `false` | Alpha | 1.26 | 1.26 |
@@ -702,7 +702,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
702702
for more details.
703703
- `SizeMemoryBackedVolumes`: Enable kubelets to determine the size limit for
704704
memory-backed volumes (mainly `emptyDir` volumes).
705-
- `StableLoadBalancerNodeGet`: Enables less load balancer re-configurations by
705+
- `StableLoadBalancerNodeSet`: Enables less load balancer re-configurations by
706706
the service controller (KCCM) as an effect of changing node state.
707707
- `StatefulSetStartOrdinal`: Allow configuration of the start ordinal in a
708708
StatefulSet. See

0 commit comments

Comments
 (0)