envoyproxy / envoyproxy/gateway
Make host_selection_retry_max_attempts Configurable or Remove Default from Cluster Config
Open
stale
triage
- Dominant language
- Go
- Stars
- 3k
- Forks
- 864
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 140
Description
By default, Envoy Gateway sets the following field in the [cluster configuration](https://github.com/envoyproxy/gateway/blob/521b78b6efdcd13ebe3fe14c06c45681a84ef97c/internal/xds/translator/route.go#L627C6-L627C24):
```json
"host_selection_retry_max_attempts": "5"
```
### Request:
Make host_selection_retry_max_attempts configurable.
Or remove it from the default cluster config unless explicitly requested by the user.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.