Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconstistent Naming of Loadbalancing Option 'least-connection' in cloud-controller #4198

Open
Tracked by #909
hoffmaen opened this issue Jan 31, 2025 · 0 comments
Open
Tracked by #909

Comments

@hoffmaen
Copy link
Contributor

Due to inconsistencies with the name of the least-connection loadbalancing algorithm, it is currently impossible to use least-connection as a per-route load-balancing algorithm.

The result is that the API only accepts least-connections, but gorouter only knows least-connection and falls back to the pool algorithm.

This introduces errors in gorouter such as:

{"log_level":3,"timestamp":"2025-01-31T12:00:15.297085107Z","message":"invalid-endpoint-load-balancing-algorithm-provided-keeping-pool-lb-algo","source":"gorouter.registry","data":{"endpointLBAlgorithm":"least-connections","poolLBAlgorithm":"round-robin"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant