Merge pull request #133085 from ritazh/DRAAdminAccess_beta

DRAAdminAccess: move to beta
This commit is contained in:
Kubernetes Prow Robot
2025-07-23 21:44:34 -07:00
committed by GitHub
2 changed files with 7 additions and 5 deletions

View File

@@ -159,16 +159,13 @@ const (
// Enable usage of Provision of PVCs from snapshots in other namespaces
CrossNamespaceVolumeDataSource featuregate.Feature = "CrossNamespaceVolumeDataSource"
// owner: @pohly
// kep: http://kep.k8s.io/4381
// owner: @ritazh
// kep: http://kep.k8s.io/5018
//
// Enables support for requesting admin access in a ResourceClaim.
// Admin access is granted even if a device is already in use and,
// depending on the DRA driver, may enable additional permissions
// when a container uses the allocated device.
//
// This feature gate is currently defined in KEP #4381. The intent
// is to move it into a separate KEP.
DRAAdminAccess featuregate.Feature = "DRAAdminAccess"
// owner: @pohly
@@ -1149,6 +1146,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
DRAAdminAccess: {
{Version: version.MustParse("1.32"), Default: false, PreRelease: featuregate.Alpha},
{Version: version.MustParse("1.34"), Default: true, PreRelease: featuregate.Beta},
},
DRADeviceTaints: {

View File

@@ -451,6 +451,10 @@
lockToDefault: false
preRelease: Alpha
version: "1.32"
- default: true
lockToDefault: false
preRelease: Beta
version: "1.34"
- name: DRADeviceTaints
versionedSpecs:
- default: false