-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
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
Conformance test for listener isolation #3047
Conversation
Thanks @arkodg! Mind adding @pleshakov as a co-author on the commit? |
Takes kubernetes-sigs#2669 forward Signed-off-by: Arko Dasgupta <arko@tetrate.io> Co-authored-by: Michael Pleshakov <m.pleshakov@f5.com>
thanks for pointing that out @robscott, done |
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
Thanks @arkodg! Mind filing a follow up issue to track refactoring this test to use a single Gateway? /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: arkodg, robscott The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/release-note-none |
fwiw istio is failing this new test. Could be our fault, ill investigate tomorrow. wanted to bring it up since it's a last minute rc2 change @robscott |
This commit is to support Listener Isolation concept from the upstream, which allows at most one Listener matches a request, and only Routes attached to that Listener are used for routing. Relates: kubernetes-sigs/gateway-api#2465 Relates: kubernetes-sigs/gateway-api#3047 Signed-off-by: Tam Mach <tam.mach@cilium.io>
This commit is to support Listener Isolation concept from the upstream, which allows at most one Listener matches a request, and only Routes attached to that Listener are used for routing. Relates: kubernetes-sigs/gateway-api#2465 Relates: kubernetes-sigs/gateway-api#3047 Signed-off-by: Tam Mach <tam.mach@cilium.io>
This commit is to support Listener Isolation concept from the upstream, which allows at most one Listener matches a request, and only Routes attached to that Listener are used for routing. Relates: kubernetes-sigs/gateway-api#2465 Relates: kubernetes-sigs/gateway-api#3047 Signed-off-by: Tam Mach <tam.mach@cilium.io>
This commit is to support Listener Isolation concept from the upstream, which allows at most one Listener matches a request, and only Routes attached to that Listener are used for routing. Relates: kubernetes-sigs/gateway-api#2465 Relates: kubernetes-sigs/gateway-api#3047 Signed-off-by: Tam Mach <tam.mach@cilium.io>
This commit is to support Listener Isolation concept from the upstream, which allows at most one Listener matches a request, and only Routes attached to that Listener are used for routing. Relates: kubernetes-sigs/gateway-api#2465 Relates: kubernetes-sigs/gateway-api#3047 Signed-off-by: Tam Mach <tam.mach@cilium.io>
This commit is to support Listener Isolation concept from the upstream, which allows at most one Listener matches a request, and only Routes attached to that Listener are used for routing. Relates: kubernetes-sigs/gateway-api#2465 Relates: kubernetes-sigs/gateway-api#3047 Signed-off-by: Tam Mach <tam.mach@cilium.io>
This commit is to support Listener Isolation concept from the upstream, which allows at most one Listener matches a request, and only Routes attached to that Listener are used for routing. Relates: kubernetes-sigs/gateway-api#2465 Relates: kubernetes-sigs/gateway-api#3047 Signed-off-by: Tam Mach <tam.mach@cilium.io>
This commit is to support Listener Isolation concept from the upstream, which allows at most one Listener matches a request, and only Routes attached to that Listener are used for routing. Relates: kubernetes-sigs/gateway-api#2465 Relates: kubernetes-sigs/gateway-api#3047 Signed-off-by: Tam Mach <tam.mach@cilium.io>
This commit is to support Listener Isolation concept from the upstream, which allows at most one Listener matches a request, and only Routes attached to that Listener are used for routing. Relates: kubernetes-sigs/gateway-api#2465 Relates: kubernetes-sigs/gateway-api#3047 Signed-off-by: Tam Mach <tam.mach@cilium.io>
What this PR does / why we need it:
Takes #2669 forward
Which issue(s) this PR fixes:
Fixes # #2416
/kind test
/area conformance
Does this PR introduce a user-facing change?: