Skip to content

Commit

Permalink
Fix featuregate id
Browse files Browse the repository at this point in the history
  • Loading branch information
lhp-nemlig committed Nov 22, 2024
1 parent 7711a32 commit e1207cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/featuregate/featuregate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit e1207cd

Please sign in to comment.