We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7649be commit 31982b7Copy full SHA for 31982b7
cmd/otel-allocator/allocation/strategy.go
@@ -149,7 +149,7 @@ func init() {
149
panic(err)
150
}
151
err = Register(perNodeStrategyName, func(log logr.Logger, opts ...AllocationOption) Allocator {
152
- return newAllocator(log, newPerNodeStrategy(newleastWeightedStrategy()), opts...)
+ return newAllocator(log, newPerNodeStrategy(newConsistentHashingStrategy()), opts...)
153
})
154
if err != nil {
155
0 commit comments