mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-22 03:10:26 +00:00
Fix comments
This commit is contained in:
@@ -420,7 +420,7 @@ func NewLegacyRegistry() *LegacyRegistry {
|
||||
})
|
||||
|
||||
// The following two features are the last ones to be supported as predicate/priority.
|
||||
// Once they graduate to GA, there will be no more checking for featue gates here.
|
||||
// Once they graduate to GA, there will be no more checking for feature gates here.
|
||||
// Only register EvenPodsSpread predicate & priority if the feature is enabled
|
||||
if utilfeature.DefaultFeatureGate.Enabled(features.EvenPodsSpread) {
|
||||
klog.Infof("Registering EvenPodsSpread predicate and priority function")
|
||||
|
||||
Reference in New Issue
Block a user