-
Notifications
You must be signed in to change notification settings - Fork 612
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
load_balancing: support least_connections steering #2818
Conversation
changelog detected ✅ |
530a07a
to
8729458
Compare
…steering policy - load_balancer: update description for steering_policy and steering_policy override and extend the enum for least_connections - load_balancer: update description for random_steering and random_steering override - pool: update description for origin_steering.policy and extend the enum for least_connections - pool: update description for origin weight
lgtm once the API schemas land 🥇 |
This is ready for review now! The API docs are live. |
wicked, thanks! i'm happy with either and care very little about a linear git history :) acceptance tests all looking good here
|
This functionality has been released in v4.18.0 of the Terraform Cloudflare Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Description
Support
least_connections
as a Load Balancer steering policy and as a Load Balancer Pool origin steering policy.This cannot be merged until the feature is released and API docs are updated.API docs are live.
Relevant cloudflare-go PR here: cloudflare/cloudflare-go#1414 (but not blocked on it).
Testing
This is blocked for now, but once unblocked, I will:
Verify the tests pass:
Verify that the previews look good: