envoyproxy / gateway

Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
https://gateway.envoyproxy.io
Apache License 2.0
1.58k stars 341 forks source link

How to set `choice_count` ? #4394

Open ovaldi opened 2 weeks ago

ovaldi commented 2 weeks ago

Description: How to set choice_count using envoy gateway?

The envoy proxy native configuration:

load_balancing_policy:
  least_request_lb_config:
    choice_count: 4
arkodg commented 1 week ago

choice_count is not exposed in the current API https://gateway.envoyproxy.io/docs/tasks/traffic/load-balancing/ you can use https://gateway.envoyproxy.io/docs/tasks/operations/customize-envoyproxy/ as a workaround for now leaving this issue open to see if others in the community would also like this field to be exposed in the API