From e1207cd4fbf85379e1a32599fb51fcad451185eb Mon Sep 17 00:00:00 2001 From: Lukas Hundt Petersen Date: Fri, 22 Nov 2024 11:27:17 +0100 Subject: [PATCH] Fix featuregate id --- pkg/featuregate/featuregate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/featuregate/featuregate.go b/pkg/featuregate/featuregate.go index e2d784f3ce..e08b0fb0c3 100644 --- a/pkg/featuregate/featuregate.go +++ b/pkg/featuregate/featuregate.go @@ -70,7 +70,7 @@ var ( // EnableTargetAllocatorFallbackStrategy is the feature gate that enables consistent-hashing as the fallback // strategy for allocation strategies that might not assign all jobs (per-node). EnableTargetAllocatorFallbackStrategy = featuregate.GlobalRegistry().MustRegister( - "operator.targetallocator.mtls", + "operator.targetallocator.fallbackstrategy", featuregate.StageAlpha, featuregate.WithRegisterDescription("enables fallback allocation strategy for the target allocator"), featuregate.WithRegisterFromVersion("v0.114.0"),