Skip to content

Conversation

@youngnick
Copy link
Contributor

@youngnick youngnick commented Nov 28, 2024

What type of PR is this?
/kind documentation

What this PR does / why we need it:

This PR updates the Listener godocs to clarify:

  • what "distinct" means for each currently supported Protocol
  • what ports are Core support for HTTPRoute and TLSRoute (this referred to the outdated concept of conformance profiles based on the supported protocols).

Updates #3297

Does this PR introduce a user-facing change?:

Clarified what Gateway Listeners being Distinct means

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/documentation Categorizes issue or PR as related to documentation. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Nov 28, 2024
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Nov 28, 2024
@youngnick youngnick force-pushed the distinct-listener-update branch 5 times, most recently from 3c5c90c to 5918d70 Compare November 28, 2024 05:15
@youngnick youngnick requested a review from candita December 2, 2024 02:23
@youngnick youngnick force-pushed the distinct-listener-update branch from 5918d70 to 8a2a553 Compare December 3, 2024 04:36
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Dec 3, 2024
Copy link
Member

@mlavacca mlavacca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great effort, thanks @youngnick!

Copy link
Member

@robscott robscott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @youngnick! This is a great set of improvements! As I mentioned in today's community meeting, I'll defer on merging this until Friday to give everyone a chance to review.

/hold

Comment on lines +166 to +169
// * The implementation MUST NOT pick one conflicting Listener as the winner.
// ALL indistinct Listeners must not be accepted for processing.
// * At least one distinct Listener MUST be present, or else the Gateway effectively
// contains _no_ Listeners, and must be rejected from processing as a whole.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like something that would be fairly easy to write a conformance test for. Once this merges, we should file a follow up issue for this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed.

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 4, 2024
Copy link
Member

@mlavacca mlavacca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mlavacca, robscott, youngnick

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:
  • OWNERS [mlavacca,robscott,youngnick]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@youngnick youngnick force-pushed the distinct-listener-update branch from fb2d263 to 19dbede Compare December 5, 2024 02:44
@youngnick youngnick force-pushed the distinct-listener-update branch from 19dbede to 29fc5f9 Compare December 5, 2024 10:42
@robscott
Copy link
Member

robscott commented Dec 9, 2024

Soak time has passed, will LGTM once the comment above is resolved.

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 9, 2024
Signed-off-by: Nick Young <[email protected]>
@youngnick youngnick force-pushed the distinct-listener-update branch from 29fc5f9 to d29c8dd Compare December 12, 2024 03:30
@robscott
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 12, 2024
@k8s-ci-robot k8s-ci-robot merged commit 27b4aa8 into kubernetes-sigs:main Dec 12, 2024
13 checks passed
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/documentation Categorizes issue or PR as related to documentation. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. 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.

5 participants