We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In many cases, the mesh conformance tests are applying HTTPRoutes including, for example:
parentRefs: - kind: Service name: echo-v2
The astute reader will note the absence of a group. Per the parentRefs specification:
group
When [group is] unspecified, "gateway.networking.k8s.io" is inferred.
This is problematic, because gateway.networking.k8s.io doesn't contain a Service. Meshes which correctly interpret parentRefs will fail these tests.
gateway.networking.k8s.io
parentRefs
How to reproduce it (as minimally and precisely as possible):
Run the conformance tests with the HTTPResponseHeaderModification feature enabled.
HTTPResponseHeaderModification
The text was updated successfully, but these errors were encountered:
kflynn
Successfully merging a pull request may close this issue.
In many cases, the mesh conformance tests are applying HTTPRoutes including, for example:
The astute reader will note the absence of a
group
. Per the parentRefs specification:This is problematic, because
gateway.networking.k8s.io
doesn't contain a Service. Meshes which correctly interpretparentRefs
will fail these tests.How to reproduce it (as minimally and precisely as possible):
Run the conformance tests with the
HTTPResponseHeaderModification
feature enabled.The text was updated successfully, but these errors were encountered: