From 73a8965e2a964aed6db01b81b9d6e5de4b0d8ae0 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Mon, 16 Oct 2023 13:04:52 +0300 Subject: [PATCH] Graduate DevicePluginCDIDevices to Beta --- 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 26e7024d542..c396850ff85 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -214,6 +214,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" @@ -955,7 +956,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}, DownwardAPIHugePages: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in v1.29