feat: update feature gate DefaultPodTopologySpread release note

Signed-off-by: kerthcet <kerthcet@gmail.com>
This commit is contained in:
kerthcet
2022-03-01 19:06:24 +08:00
parent 77f6476d34
commit 9c5898ba90

View File

@@ -162,7 +162,9 @@ const (
CSIStorageCapacity featuregate.Feature = "CSIStorageCapacity" CSIStorageCapacity featuregate.Feature = "CSIStorageCapacity"
// owner: @alculquicondor // owner: @alculquicondor
// alpha: v1.19
// beta: v1.20 // beta: v1.20
// GA: v1.24
// //
// Enables the use of PodTopologySpread scheduling plugin to do default // Enables the use of PodTopologySpread scheduling plugin to do default
// spreading and disables legacy SelectorSpread plugin. // spreading and disables legacy SelectorSpread plugin.