Improve MeshRetry
docs and add missing MeshHTTPRoute
targetRef
#2110
Labels
kind/docs
About docs
kind/improvement
Improvement on an existing feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Description
The
retryOn
section in theMeshRetry
docs is hard to understand. It’s not clear what each option means or how they work together. For example, when I tried to check if503
responses were covered, I had to look at the Envoy docs because our docs didn’t help. The explanation about combining status codes (5xx
,429
) and methods (HttpMethodGet
) was confusing and made it seem like they couldn’t be used together.Also, add
MeshHTTPRoute
should be added to the supported top leveltargetRef
sSuggested Fix
Update the
retryOn
section in theMeshRetry
docs to clearly explain what each option does and how they can be combined.Example Policy
The text was updated successfully, but these errors were encountered: