Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e1207cd

Browse files
committedNov 22, 2024·
Fix featuregate id
1 parent 7711a32 commit e1207cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/featuregate/featuregate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ var (
7070
// EnableTargetAllocatorFallbackStrategy is the feature gate that enables consistent-hashing as the fallback
7171
// strategy for allocation strategies that might not assign all jobs (per-node).
7272
EnableTargetAllocatorFallbackStrategy = featuregate.GlobalRegistry().MustRegister(
73-
"operator.targetallocator.mtls",
73+
"operator.targetallocator.fallbackstrategy",
7474
featuregate.StageAlpha,
7575
featuregate.WithRegisterDescription("enables fallback allocation strategy for the target allocator"),
7676
featuregate.WithRegisterFromVersion("v0.114.0"),

0 commit comments

Comments
 (0)
Please sign in to comment.