Graduate DevicePluginCDIDevices to GA

This commit is contained in:
Ed Bartosh 2024-02-15 14:49:09 +02:00
parent 920333b5fb
commit d13eeb8c4d

View File

@ -210,6 +210,7 @@ const (
// kep: http://kep.k8s.io/4009 // kep: http://kep.k8s.io/4009
// alpha: v1.28 // alpha: v1.28
// beta: v1.29 // beta: v1.29
// GA: v1.30
// //
// 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"
@ -980,7 +981,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
DisableNodeKubeProxyVersion: {Default: false, PreRelease: featuregate.Alpha}, DisableNodeKubeProxyVersion: {Default: false, PreRelease: featuregate.Alpha},
DevicePluginCDIDevices: {Default: true, PreRelease: featuregate.Beta}, DevicePluginCDIDevices: {Default: true, PreRelease: featuregate.GA},
DynamicResourceAllocation: {Default: false, PreRelease: featuregate.Alpha}, DynamicResourceAllocation: {Default: false, PreRelease: featuregate.Alpha},