Skip to content
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

Merged
merged 2 commits into from
May 2, 2024

Conversation

arkodg
Copy link
Contributor

@arkodg arkodg commented May 2, 2024

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?:


@k8s-ci-robot k8s-ci-robot added kind/test do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. area/conformance cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels May 2, 2024
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label May 2, 2024
@robscott
Copy link
Member

robscott commented May 2, 2024

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>
@arkodg
Copy link
Contributor Author

arkodg commented May 2, 2024

thanks for pointing that out @robscott, done

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
@arkodg arkodg requested a review from robscott May 2, 2024 22:40
@robscott
Copy link
Member

robscott commented May 2, 2024

Thanks @arkodg! Mind filing a follow up issue to track refactoring this test to use a single Gateway?

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 2, 2024
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 2, 2024
@robscott
Copy link
Member

robscott commented May 2, 2024

/release-note-none

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels May 2, 2024
@k8s-ci-robot k8s-ci-robot merged commit c8218ff into kubernetes-sigs:main May 2, 2024
8 checks passed
@arkodg arkodg deleted the listener-isolation branch May 2, 2024 23:27
@howardjohn
Copy link
Contributor

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

sayboras added a commit to cilium/cilium that referenced this pull request Jun 6, 2024
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>
sayboras added a commit to cilium/cilium that referenced this pull request Jun 6, 2024
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>
sayboras added a commit to cilium/cilium that referenced this pull request Jun 7, 2024
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>
sayboras added a commit to cilium/cilium that referenced this pull request Jun 7, 2024
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>
sayboras added a commit to cilium/cilium that referenced this pull request Jun 7, 2024
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>
sayboras added a commit to cilium/cilium that referenced this pull request Jun 11, 2024
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>
sayboras added a commit to cilium/cilium that referenced this pull request Jun 11, 2024
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>
sayboras added a commit to cilium/cilium that referenced this pull request Jun 13, 2024
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>
github-merge-queue bot pushed a commit to cilium/cilium that referenced this pull request Jun 13, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/conformance cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/test lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants