From d13eeb8c4d9237041a38f0e17683ba7f247f16f1 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Thu, 15 Feb 2024 14:49:09 +0200 Subject: [PATCH] Graduate DevicePluginCDIDevices to GA --- pkg/features/kube_features.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index a4d39b88826..5ba136d2e36 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -210,6 +210,7 @@ const ( // kep: http://kep.k8s.io/4009 // alpha: v1.28 // beta: v1.29 + // GA: v1.30 // // Add support for CDI Device IDs in the Device Plugin API. DevicePluginCDIDevices featuregate.Feature = "DevicePluginCDIDevices" @@ -980,7 +981,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS DisableNodeKubeProxyVersion: {Default: false, PreRelease: featuregate.Alpha}, - DevicePluginCDIDevices: {Default: true, PreRelease: featuregate.Beta}, + DevicePluginCDIDevices: {Default: true, PreRelease: featuregate.GA}, DynamicResourceAllocation: {Default: false, PreRelease: featuregate.Alpha},