Merge pull request #121254 from bart0sh/PR124-graduate-DevicePluginCDIDevices-to-Beta

Graduate DevicePluginCDIDevices to Beta
This commit is contained in:
Kubernetes Prow Robot 2023-10-26 12:59:19 +02:00 committed by GitHub
commit 4aea803f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,6 +217,7 @@ const (
// owner: @elezar // owner: @elezar
// kep: http://kep.k8s.io/4009 // kep: http://kep.k8s.io/4009
// alpha: v1.28 // alpha: v1.28
// beta: v1.29
// //
// Add support for CDI Device IDs in the Device Plugin API. // Add support for CDI Device IDs in the Device Plugin API.
DevicePluginCDIDevices featuregate.Feature = "DevicePluginCDIDevices" DevicePluginCDIDevices featuregate.Feature = "DevicePluginCDIDevices"
@ -948,7 +949,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
DisableKubeletCloudCredentialProviders: {Default: true, PreRelease: featuregate.Beta}, DisableKubeletCloudCredentialProviders: {Default: true, PreRelease: featuregate.Beta},
DevicePluginCDIDevices: {Default: false, PreRelease: featuregate.Alpha}, DevicePluginCDIDevices: {Default: true, PreRelease: featuregate.Beta},
DynamicResourceAllocation: {Default: false, PreRelease: featuregate.Alpha}, DynamicResourceAllocation: {Default: false, PreRelease: featuregate.Alpha},