Merge pull request #125687 from bart0sh/PR146-DevicePluginCDIDevices-LockToDefault

kube_features: DevicePluginCDIDevices: LockToDefault
This commit is contained in:
Kubernetes Prow Robot
2024-07-01 17:07:41 -07:00
committed by GitHub
2 changed files with 3 additions and 35 deletions

View File

@@ -1020,7 +1020,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
DisableNodeKubeProxyVersion: {Default: true, PreRelease: featuregate.Beta},
DevicePluginCDIDevices: {Default: true, PreRelease: featuregate.GA},
DevicePluginCDIDevices: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.33
DynamicResourceAllocation: {Default: false, PreRelease: featuregate.Alpha},