Skip to content

Commit 8e7257d

Browse files
authored
Merge pull request #37908 from alculquicondor/tracking-beta-fix
JobTrackingWithFinalizers disabled in 1.23, 1.24
2 parents d7baaad + cc7aa1b commit 8e7257d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ For a reference to old feature gates that are removed, please refer to
126126
| `JobReadyPods` | `false` | Alpha | 1.23 | 1.23 |
127127
| `JobReadyPods` | `true` | Beta | 1.24 | |
128128
| `JobTrackingWithFinalizers` | `false` | Alpha | 1.22 | 1.22 |
129-
| `JobTrackingWithFinalizers` | `true` | Beta | 1.23 | |
129+
| `JobTrackingWithFinalizers` | `false` | Beta | 1.23 | 1.24 |
130+
| `JobTrackingWithFinalizers` | `true` | Beta | 1.25 | |
130131
| `KubeletCredentialProviders` | `false` | Alpha | 1.20 | 1.23 |
131132
| `KubeletCredentialProviders` | `true` | Beta | 1.24 | |
132133
| `KubeletInUserNamespace` | `false` | Alpha | 1.22 | |

0 commit comments

Comments
 (0)