-
Notifications
You must be signed in to change notification settings - Fork 473
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
Webhook manifest incorrectly limited to v1alpha2 and v1beta1 API versions #2674
Comments
/help |
@robscott: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
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. |
Should we close this since #2595 ? |
I would like to help on this one. /assign |
Fixed by @2702 |
What happened:
As initially reported in #2673, the API resources and versions that the webhook is watching are outdated:
gateway-api/config/webhook/admission_webhook.yaml
Lines 9 to 12 in 0553637
What you expected to happen:
These should be aligned directly with the versions specified in the corresponding code:
gateway-api/pkg/admission/server.go
Lines 48 to 97 in 0553637
The text was updated successfully, but these errors were encountered: