Skip to content

Commit cb45398

Browse files
authored
Merge pull request #27941 from Illianthe/feature-gate-updates
Update feature gate info for ServiceNodeExclusion, NodeDisruptionExclusion, and LegacyNodeRoleBehavior
2 parents ee0a426 + add6040 commit cb45398

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ different Kubernetes components.
132132
| `IPv6DualStack` | `true` | Beta | 1.21 | |
133133
| `KubeletCredentialProviders` | `false` | Alpha | 1.20 | |
134134
| `LegacyNodeRoleBehavior` | `false` | Alpha | 1.16 | 1.18 |
135-
| `LegacyNodeRoleBehavior` | `true` | Beta | 1.19 | |
135+
| `LegacyNodeRoleBehavior` | `true` | Beta | 1.19 | 1.20 |
136136
| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | 1.9 |
137137
| `LocalStorageCapacityIsolation` | `true` | Beta | 1.10 | |
138138
| `LocalStorageCapacityIsolationFSQuotaMonitoring` | `false` | Alpha | 1.15 | |
@@ -142,7 +142,7 @@ different Kubernetes components.
142142
| `NamespaceDefaultLabelName` | `true` | Beta | 1.21 | |
143143
| `NetworkPolicyEndPort` | `false` | Alpha | 1.21 | |
144144
| `NodeDisruptionExclusion` | `false` | Alpha | 1.16 | 1.18 |
145-
| `NodeDisruptionExclusion` | `true` | Beta | 1.19 | |
145+
| `NodeDisruptionExclusion` | `true` | Beta | 1.19 | 1.20 |
146146
| `NonPreemptingPriority` | `false` | Alpha | 1.15 | 1.18 |
147147
| `NonPreemptingPriority` | `true` | Beta | 1.19 | |
148148
| `PodDeletionCost` | `false` | Alpha | 1.21 | |
@@ -164,7 +164,7 @@ different Kubernetes components.
164164
| `ServiceLBNodePortControl` | `false` | Alpha | 1.20 | |
165165
| `ServiceLoadBalancerClass` | `false` | Alpha | 1.21 | |
166166
| `ServiceNodeExclusion` | `false` | Alpha | 1.8 | 1.18 |
167-
| `ServiceNodeExclusion` | `true` | Beta | 1.19 | |
167+
| `ServiceNodeExclusion` | `true` | Beta | 1.19 | 1.20 |
168168
| `ServiceTopology` | `false` | Alpha | 1.17 | |
169169
| `SetHostnameAsFQDN` | `false` | Alpha | 1.19 | 1.19 |
170170
| `SetHostnameAsFQDN` | `true` | Beta | 1.20 | |
@@ -287,11 +287,13 @@ different Kubernetes components.
287287
| `KubeletPodResources` | `false` | Alpha | 1.13 | 1.14 |
288288
| `KubeletPodResources` | `true` | Beta | 1.15 | |
289289
| `KubeletPodResources` | `true` | GA | 1.20 | |
290+
| `LegacyNodeRoleBehavior` | `false` | GA | 1.21 | - |
290291
| `MountContainers` | `false` | Alpha | 1.9 | 1.16 |
291292
| `MountContainers` | `false` | Deprecated | 1.17 | - |
292293
| `MountPropagation` | `false` | Alpha | 1.8 | 1.9 |
293294
| `MountPropagation` | `true` | Beta | 1.10 | 1.11 |
294295
| `MountPropagation` | `true` | GA | 1.12 | - |
296+
| `NodeDisruptionExclusion` | `true` | GA | 1.21 | - |
295297
| `NodeLease` | `false` | Alpha | 1.12 | 1.13 |
296298
| `NodeLease` | `true` | Beta | 1.14 | 1.16 |
297299
| `NodeLease` | `true` | GA | 1.17 | - |
@@ -342,6 +344,7 @@ different Kubernetes components.
342344
| `ServiceLoadBalancerFinalizer` | `false` | Alpha | 1.15 | 1.15 |
343345
| `ServiceLoadBalancerFinalizer` | `true` | Beta | 1.16 | 1.16 |
344346
| `ServiceLoadBalancerFinalizer` | `true` | GA | 1.17 | - |
347+
| `ServiceNodeExclusion` | `true` | GA | 1.21 | - |
345348
| `StartupProbe` | `false` | Alpha | 1.16 | 1.17 |
346349
| `StartupProbe` | `true` | Beta | 1.18 | 1.19 |
347350
| `StartupProbe` | `true` | GA | 1.20 | - |

0 commit comments

Comments
 (0)