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

apis: add GatewayClassConditionReason Unsupported #3048

Conversation

mikemorris
Copy link
Contributor

@mikemorris mikemorris commented May 2, 2024

...and clarifies the description for when GatewayClassConditionReason InvalidParameters should be preferred.

I considered adding something like GatewayClassConditionType ResolvedRefs with GatewayClassConditionType InvalidParametersRef as a more spec-consistent way to handle an invalid parametersRef reference as distinct from malformed content, but that felt like too big a change given that the documentation for the parametersRef field currently states:

If the referent cannot be found, the GatewayClass’s “InvalidParameters” status condition will be true.

EDIT: Although now that I read that, that sentence needs to be reworded to be accurate.

What type of PR is this?
/kind documentation
/area conformance

What this PR does / why we need it:
Adds an appropriate reason for implementations (such as those of cloud vendors) which provide their own fixed GatewayClass offerings and do not support manually created GatewayClass resources.

Which issue(s) this PR fixes:
Provides an appropriate status condition reason to set for the GatewayClassObservedGeneration test currently skipped and blocking Azure Application Gateway for Containers full conformance in #3021

Does this PR introduce a user-facing change?:

Adds the GatewayClassConditionReason "Unsupported" and clarifies when GatewayClassConditionReason "InvalidParameters" should be preferred.

/cc @robscott @youngnick @snehachhabria

@k8s-ci-robot k8s-ci-robot requested a review from robscott May 2, 2024 21:36
@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. labels May 2, 2024
@k8s-ci-robot
Copy link
Contributor

@mikemorris: The label(s) kind/conformance cannot be applied, because the repository doesn't have them.

In response to this:

...and clarifies the description for when GatewayClassConditionReason InvalidParameters should be preferred.

I considered adding something like GatewayClassConditionType ResolvedRefs with GatewayClassConditionType InvalidParametersRef as a more spec-consistent way to handle an invalid parametersRef reference as distinct from malformed content, but that felt like too big a change given that the documentation for the parametersRef field currently states:

If the referent cannot be found, the GatewayClass’s “InvalidParameters” status condition will be true.

What type of PR is this?
/kind documentation
/kind conformance

What this PR does / why we need it:
Adds an appropriate reason for implementations (such as those of cloud vendors) which provide their own fixed GatewayClass offerings and do not support manually created GatewayClass resources.

Which issue(s) this PR fixes:
Provides an appropriate status condition reason to set for the GatewayClassObservedGeneration test currently skipped and blocking Azure Application Gateway for Containers full conformance in #3021

Does this PR introduce a user-facing change?:

Adds the GatewayClassConditionReason "Invalid" and clarifies when GatewayClassConditionReason "InvalidParameters" should be preferred.

/cc @robscott @youngnick @snehachhabria

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot
Copy link
Contributor

@mikemorris: GitHub didn't allow me to request PR reviews from the following users: snehachhabria.

Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs.

In response to this:

...and clarifies the description for when GatewayClassConditionReason InvalidParameters should be preferred.

I considered adding something like GatewayClassConditionType ResolvedRefs with GatewayClassConditionType InvalidParametersRef as a more spec-consistent way to handle an invalid parametersRef reference as distinct from malformed content, but that felt like too big a change given that the documentation for the parametersRef field currently states:

If the referent cannot be found, the GatewayClass’s “InvalidParameters” status condition will be true.

What type of PR is this?
/kind documentation
/kind conformance

What this PR does / why we need it:
Adds an appropriate reason for implementations (such as those of cloud vendors) which provide their own fixed GatewayClass offerings and do not support manually created GatewayClass resources.

Which issue(s) this PR fixes:
Provides an appropriate status condition reason to set for the GatewayClassObservedGeneration test currently skipped and blocking Azure Application Gateway for Containers full conformance in #3021

Does this PR introduce a user-facing change?:

Adds the GatewayClassConditionReason "Invalid" and clarifies when GatewayClassConditionReason "InvalidParameters" should be preferred.

/cc @robscott @youngnick @snehachhabria

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels May 2, 2024
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 @mikemorris!

Comment on lines 181 to 184
// GatewayClass was not accepted, with more detail in the message.
GatewayClassReasonInvalid GatewayClassConditionReason = "Invalid"
Copy link
Member

Choose a reason for hiding this comment

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

Since there's not really much to a GatewayClass, it may be slightly more accurate to use "Unsupported" here if custom GatewayClasses just aren't supported. I think either are probably fine here, interested in what others think.

Copy link
Contributor Author

@mikemorris mikemorris May 2, 2024

Choose a reason for hiding this comment

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

I'd be happy with Unsupported instead if folks would prefer that!

Copy link
Contributor

Choose a reason for hiding this comment

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

I feel Unsupported is a better than Invalid as its a more accurate reason even if a message is or is not provided. Invalid can have a wider scope.

Clarify description for when GatewayClassConditionReason
InvalidParameters should be preferred.
@mikemorris mikemorris force-pushed the gatewayclass-condition-reason-invalid branch from 1fe4585 to e08357c Compare May 2, 2024 22:25
@mikemorris mikemorris force-pushed the gatewayclass-condition-reason-invalid branch from e08357c to 1debac4 Compare May 2, 2024 22:27
@mikemorris mikemorris force-pushed the gatewayclass-condition-reason-invalid branch from a0728d1 to 4c83e43 Compare May 2, 2024 23:02
@mikemorris mikemorris changed the title apis: add GatewayClassConditionReason Invalid apis: add GatewayClassConditionReason Unsupported May 2, 2024
@mikemorris
Copy link
Contributor Author

mikemorris commented May 3, 2024

/retest

Is this Docker builder removal timeout issue with CI documented anywhere as needing a fix yet?

@robscott
Copy link
Member

robscott commented May 3, 2024

@mikemorris would it be ok if we held off on merging this until post-v1.1? I'm completely on board with the change, but hate to make any changes to CRDs/API Spec between RC2 and final release. Maybe implementations could just manually add this condition until it was formally added here?

@robscott
Copy link
Member

robscott commented May 3, 2024

Is this Docker builder removal timeout issue with CI documented anywhere as needing a fix yet?

Nope, I think I asked about in Slack once, but really unsure who could help us figure this one out. As a short term fix, it might be worth splitting out our docker build verification into a separate task that doesn't run with the rest of our verification. We'd just need to rework our Makefile a bit and add a new task here: https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes-sigs/gateway-api/gateway-api-config.yaml.

@mikemorris
Copy link
Contributor Author

@mikemorris would it be ok if we held off on merging this until post-v1.1?

Sure, no objections to that!

@robscott
Copy link
Member

Thanks @mikemorris!

/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 10, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mikemorris, 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 10, 2024
@k8s-ci-robot k8s-ci-robot merged commit 22c1c0e into kubernetes-sigs:main May 10, 2024
8 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/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants