Skip to content

Commit

Permalink
Merge pull request kubernetes#37908 from alculquicondor/tracking-beta…
Browse files Browse the repository at this point in the history
…-fix

JobTrackingWithFinalizers disabled in 1.23, 1.24
  • Loading branch information
k8s-ci-robot authored Nov 19, 2022
2 parents d7baaad + cc7aa1b commit 8e7257d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ For a reference to old feature gates that are removed, please refer to
| `JobReadyPods` | `false` | Alpha | 1.23 | 1.23 |
| `JobReadyPods` | `true` | Beta | 1.24 | |
| `JobTrackingWithFinalizers` | `false` | Alpha | 1.22 | 1.22 |
| `JobTrackingWithFinalizers` | `true` | Beta | 1.23 | |
| `JobTrackingWithFinalizers` | `false` | Beta | 1.23 | 1.24 |
| `JobTrackingWithFinalizers` | `true` | Beta | 1.25 | |
| `KubeletCredentialProviders` | `false` | Alpha | 1.20 | 1.23 |
| `KubeletCredentialProviders` | `true` | Beta | 1.24 | |
| `KubeletInUserNamespace` | `false` | Alpha | 1.22 | |
Expand Down

0 comments on commit 8e7257d

Please sign in to comment.