uswitch / yggdrasil

Envoy Control Plane for Kubernetes Multi-cluster Ingress
Apache License 2.0
192 stars 17 forks source link

Add flag and annotation to configure retry-on #62

Closed Aluxima closed 2 years ago

Aluxima commented 2 years ago

This feature adds a flag to configure retry-on policies, also overwritable by the yggdrasil.uswitch.com/retry-on ingress annotation.

No breaking change, the default retry policy stays 5xx.

Thanks!