Skip to content

Commit 0afff6f

Browse files
authored
Merge pull request #33018 from tengqm/JobTrackingWithFinalizers-disabled
JobTrackingWithFinalizers is disabled in 1.24
2 parents 9ced6de + 0c11e4a commit 0afff6f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ different Kubernetes components.
132132
| `JobReadyPods` | `false` | Alpha | 1.23 | 1.23 |
133133
| `JobReadyPods` | `true` | Beta | 1.24 | |
134134
| `JobTrackingWithFinalizers` | `false` | Alpha | 1.22 | 1.22 |
135-
| `JobTrackingWithFinalizers` | `true` | Beta | 1.23 | |
135+
| `JobTrackingWithFinalizers` | `true` | Beta | 1.23 | 1.23 |
136+
| `JobTrackingWithFinalizers` | `false` | Beta | 1.24 | |
136137
| `KubeletCredentialProviders` | `false` | Alpha | 1.20 | 1.23 |
137138
| `KubeletCredentialProviders` | `true` | Beta | 1.24 | |
138139
| `KubeletInUserNamespace` | `false` | Alpha | 1.22 | |
@@ -360,6 +361,9 @@ different Kubernetes components.
360361
| `HugePages` | `true` | GA | 1.14 | - |
361362
| `HyperVContainer` | `false` | Alpha | 1.10 | 1.19 |
362363
| `HyperVContainer` | `false` | Deprecated | 1.20 | - |
364+
| `IPv6DualStack` | `false` | Alpha | 1.15 | 1.20 |
365+
| `IPv6DualStack` | `true` | Beta | 1.21 | 1.22 |
366+
| `IPv6DualStack` | `true` | GA | 1.23 | - |
363367
| `ImmutableEphemeralVolumes` | `false` | Alpha | 1.18 | 1.18 |
364368
| `ImmutableEphemeralVolumes` | `true` | Beta | 1.19 | 1.20 |
365369
| `ImmutableEphemeralVolumes` | `true` | GA | 1.21 | |
@@ -371,9 +375,6 @@ different Kubernetes components.
371375
| `IngressClassNamespacedParams` | `true` | GA | 1.23 | - |
372376
| `Initializers` | `false` | Alpha | 1.7 | 1.13 |
373377
| `Initializers` | - | Deprecated | 1.14 | - |
374-
| `IPv6DualStack` | `false` | Alpha | 1.15 | 1.20 |
375-
| `IPv6DualStack` | `true` | Beta | 1.21 | 1.22 |
376-
| `IPv6DualStack` | `true` | GA | 1.23 | - |
377378
| `KubeletConfigFile` | `false` | Alpha | 1.8 | 1.9 |
378379
| `KubeletConfigFile` | - | Deprecated | 1.10 | - |
379380
| `KubeletPluginsWatcher` | `false` | Alpha | 1.11 | 1.11 |
@@ -388,14 +389,14 @@ different Kubernetes components.
388389
| `MountPropagation` | `false` | Alpha | 1.8 | 1.9 |
389390
| `MountPropagation` | `true` | Beta | 1.10 | 1.11 |
390391
| `MountPropagation` | `true` | GA | 1.12 | - |
392+
| `NamespaceDefaultLabelName` | `true` | Beta | 1.21 | 1.21 |
393+
| `NamespaceDefaultLabelName` | `true` | GA | 1.22 | - |
391394
| `NodeDisruptionExclusion` | `false` | Alpha | 1.16 | 1.18 |
392395
| `NodeDisruptionExclusion` | `true` | Beta | 1.19 | 1.20 |
393396
| `NodeDisruptionExclusion` | `true` | GA | 1.21 | - |
394397
| `NodeLease` | `false` | Alpha | 1.12 | 1.13 |
395398
| `NodeLease` | `true` | Beta | 1.14 | 1.16 |
396399
| `NodeLease` | `true` | GA | 1.17 | - |
397-
| `NamespaceDefaultLabelName` | `true` | Beta | 1.21 | 1.21 |
398-
| `NamespaceDefaultLabelName` | `true` | GA | 1.22 | - |
399400
| `NonPreemptingPriority` | `false` | Alpha | 1.15 | 1.18 |
400401
| `NonPreemptingPriority` | `true` | Beta | 1.19 | 1.23 |
401402
| `NonPreemptingPriority` | `true` | GA | 1.24 | - |

0 commit comments

Comments
 (0)