mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
fix the DeploymentReplicaSetTerminatingReplicas version
This commit is contained in:
parent
8db1426554
commit
b0b89d3bd2
@ -1121,7 +1121,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
|
|||||||
},
|
},
|
||||||
|
|
||||||
DeploymentReplicaSetTerminatingReplicas: {
|
DeploymentReplicaSetTerminatingReplicas: {
|
||||||
{Version: version.MustParse("1.32"), Default: false, PreRelease: featuregate.Alpha},
|
{Version: version.MustParse("1.33"), Default: false, PreRelease: featuregate.Alpha},
|
||||||
},
|
},
|
||||||
|
|
||||||
DevicePluginCDIDevices: {
|
DevicePluginCDIDevices: {
|
||||||
|
@ -384,7 +384,7 @@
|
|||||||
- default: false
|
- default: false
|
||||||
lockToDefault: false
|
lockToDefault: false
|
||||||
preRelease: Alpha
|
preRelease: Alpha
|
||||||
version: "1.32"
|
version: "1.33"
|
||||||
- name: DevicePluginCDIDevices
|
- name: DevicePluginCDIDevices
|
||||||
versionedSpecs:
|
versionedSpecs:
|
||||||
- default: false
|
- default: false
|
||||||
|
Loading…
Reference in New Issue
Block a user