-
Notifications
You must be signed in to change notification settings - Fork 439
contoller-gen: webhook generator support for admissionregistration.k8s.io/v1 #419
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
Comments
+1 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
This would be good to have, @DirectXMan12 @alvaroaleman thoughts? |
I think we can add a |
Not sure if we have to support both of them going forward, we can make this a breaking(?) change and only generate v1 webhooks |
Not sure if completely removing the beta support is a good idea because some cloud vendors severly lack behind in the offered kube version. What kube version is needed for the v1 webhook? Defaulting to the newer version sgtm though |
@alvaroaleman as mentioned here: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#prerequisites @vincepri I also think it is better to also have v1beta1 webhook, and we default to generate the |
/assign |
Uh oh!
There was an error while loading. Please reload this page.
Hi folks,
Since
admissionregistration.k8s.io/v1beta1
is deprecated in kubernetes v1.16 in favor ofadmissionregistration.k8s.io/v1
, do you have a plan for adding support to generate webhook configurations (Validating/MutatingWebhokConfiguration) foradmissionregistration.k8s.io/v1
?I can work on this if it is needed.
The text was updated successfully, but these errors were encountered: