website
website copied to clipboard
Service profile documentation has a few errors
Bug Report
What is the issue?
The documentation located here: https://linkerd.io/2/reference/service-profiles/ has 2 errors (that I know of):
- In the Route section:
responses
should beresponseClasses
- In the Response class section:
isSuccess
should beisFailure
A route object must contain the following fields:
For RFC-ness MUST
is not correct, since responses
is optional, as are isRetryable
and timeout
.
A request match object must contain exactly one of the following fields:
All examples show two or more of the following fields as a top-level condition. Definition needs to be updated I think, since lower-level RequestMatch
objects do conform to this definition.