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

Remove usage of k8s api certificates/v1beta1 and use self signed certificate #114

Merged
merged 1 commit into from
Oct 11, 2021

Conversation

VivekThrivikraman-est
Copy link
Contributor

K8s release 1.22 onwards k8s.io/api/certificates/v1beta1 will not be supported and with certificates.k8s.io/v1 the k8s signers are designed to be used only for k8s internal services. This PR introduces self signed certificates for NRI webhook server instead of using k8s signers.

Fixes: #111

Copy link
Contributor

@adrianchiris adrianchiris left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution !

Code Looks OK IMO, I did not test this though. E2E tests passing so IMO should be good.

@adrianchiris
Copy link
Contributor

@zshi-redhat can you take a quick look

@zshi-redhat zshi-redhat merged commit 4f0659b into k8snetworkplumbingwg:master Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Certificates v1beta1 will no longer be support on k8s release 1.22
4 participants