Skip to content

Commit efda819

Browse files
authored
Drop graduated ProvisioningACC feature gate. (#7465)
1 parent ff0d33c commit efda819

File tree

4 files changed

+6
-17
lines changed

4 files changed

+6
-17
lines changed

pkg/features/kube_features.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ const (
4141
// Enables flavor fungibility.
4242
FlavorFungibility featuregate.Feature = "FlavorFungibility"
4343

44-
// owner: @trasc
45-
// kep: https://github.com/kubernetes-sigs/kueue/tree/main/keps/1136-provisioning-request-support
46-
//
47-
// Enables Provisioning Admission Check Controller.
48-
ProvisioningACC featuregate.Feature = "ProvisioningACC"
49-
5044
// owner: @pbundyra
5145
// kep: https://github.com/kubernetes-sigs/kueue/tree/main/keps/168-2-pending-workloads-visibility
5246
//
@@ -229,10 +223,6 @@ var defaultVersionedFeatureGates = map[featuregate.Feature]featuregate.Versioned
229223
FlavorFungibility: {
230224
{Version: version.MustParse("0.5"), Default: true, PreRelease: featuregate.Beta},
231225
},
232-
ProvisioningACC: {
233-
{Version: version.MustParse("0.5"), Default: true, PreRelease: featuregate.Beta},
234-
{Version: version.MustParse("0.14"), Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 0.15
235-
},
236226
VisibilityOnDemand: {
237227
{Version: version.MustParse("0.6"), Default: false, PreRelease: featuregate.Alpha},
238228
{Version: version.MustParse("0.9"), Default: true, PreRelease: featuregate.Beta},

site/content/en/docs/installation/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,6 @@ The SanitizePodSets and MultiKueueAllowInsecureKubeconfigs features are availabl
307307

308308
| Feature | Default | Stage | Since | Until |
309309
|---------------------------------------|---------|------------|-------|-------|
310-
| `ProvisioningACC` | `false` | Alpha | 0.5 | 0.6 |
311-
| `ProvisioningACC` | `true` | Beta | 0.7 | |
312-
| `ProvisioningACC` | `true` | GA | 0.14 | |
313310
| `ConfigurableResourceTransformations` | `false` | Alpha | 0.9 | 0.9 |
314311
| `ConfigurableResourceTransformations` | `true` | Beta | 0.10 | 0.13 |
315312
| `ConfigurableResourceTransformations` | `true` | GA | 0.14 | |

site/content/en/docs/reference/components-tools/feature-gate-removed.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ In the following table:
3535
| `QueueVisibility` | `false` | Alpha | 0.5 | 0.9 |
3636
| `QueueVisibility` | `false` | Deprecated | 0.9 | 0.14 |
3737
| `ManagedJobsNamespaceSelector` | `true` | Beta | 0.10 | 0.13 |
38-
| `ManagedJobsNamespaceSelector` | `true` | GA | 0.13 | 0.15 |
38+
| `ManagedJobsNamespaceSelector` | `true` | GA | 0.13 | 0.15 |
39+
| `ProvisioningACC` | `false` | Alpha | 0.5 | 0.6 |
40+
| `ProvisioningACC` | `true` | Beta | 0.7 | 0.14 |
41+
| `ProvisioningACC` | `true` | GA | 0.14 | 0.15 |

site/content/zh-CN/docs/installation/_index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,8 @@ spec:
303303

304304
| 功能 | 默认值 | 阶段 | 起始版本 | 截止版本 |
305305
|---------------------------------------|---------|------------|------|------|
306-
| `ProvisioningACC` | `false` | Alpha | 0.5 | 0.6 |
307-
| `ProvisioningACC` | `true` | Beta | 0.7 | |
308-
| `ProvisioningACC` | `true` | GA | 0.14 | |
306+
| `ManagedJobsNamespaceSelector` | `true` | Beta | 0.10 | 0.13 |
307+
| `ManagedJobsNamespaceSelector` | `true` | GA | 0.13 | |
309308
| `ConfigurableResourceTransformations` | `false` | Alpha | 0.9 | 0.9 |
310309
| `ConfigurableResourceTransformations` | `true` | Beta | 0.10 | 0.13 |
311310
| `ConfigurableResourceTransformations` | `true` | GA | 0.14 | |

0 commit comments

Comments
 (0)