mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +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: {
|
||||
{Version: version.MustParse("1.32"), Default: false, PreRelease: featuregate.Alpha},
|
||||
{Version: version.MustParse("1.33"), Default: false, PreRelease: featuregate.Alpha},
|
||||
},
|
||||
|
||||
DevicePluginCDIDevices: {
|
||||
|
@ -384,7 +384,7 @@
|
||||
- default: false
|
||||
lockToDefault: false
|
||||
preRelease: Alpha
|
||||
version: "1.32"
|
||||
version: "1.33"
|
||||
- name: DevicePluginCDIDevices
|
||||
versionedSpecs:
|
||||
- default: false
|
||||
|
Loading…
Reference in New Issue
Block a user