We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7711a32 commit e1207cdCopy full SHA for e1207cd
pkg/featuregate/featuregate.go
@@ -70,7 +70,7 @@ var (
70
// EnableTargetAllocatorFallbackStrategy is the feature gate that enables consistent-hashing as the fallback
71
// strategy for allocation strategies that might not assign all jobs (per-node).
72
EnableTargetAllocatorFallbackStrategy = featuregate.GlobalRegistry().MustRegister(
73
- "operator.targetallocator.mtls",
+ "operator.targetallocator.fallbackstrategy",
74
featuregate.StageAlpha,
75
featuregate.WithRegisterDescription("enables fallback allocation strategy for the target allocator"),
76
featuregate.WithRegisterFromVersion("v0.114.0"),
0 commit comments