mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
Merge pull request #121254 from bart0sh/PR124-graduate-DevicePluginCDIDevices-to-Beta
Graduate DevicePluginCDIDevices to Beta
This commit is contained in:
commit
4aea803f3f
@ -217,6 +217,7 @@ const (
|
|||||||
// owner: @elezar
|
// owner: @elezar
|
||||||
// kep: http://kep.k8s.io/4009
|
// kep: http://kep.k8s.io/4009
|
||||||
// alpha: v1.28
|
// alpha: v1.28
|
||||||
|
// beta: v1.29
|
||||||
//
|
//
|
||||||
// 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"
|
||||||
@ -948,7 +949,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
DisableKubeletCloudCredentialProviders: {Default: true, PreRelease: featuregate.Beta},
|
DisableKubeletCloudCredentialProviders: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
DevicePluginCDIDevices: {Default: false, PreRelease: featuregate.Alpha},
|
DevicePluginCDIDevices: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
DynamicResourceAllocation: {Default: false, PreRelease: featuregate.Alpha},
|
DynamicResourceAllocation: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user