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

View File

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