-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Kubelet csr approver #9877
Kubelet csr approver #9877
Conversation
Hi @j4m3s-s. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
5b96544
to
bcc073e
Compare
/ok-to-test |
83b80b7
to
0bf28df
Compare
0bf28df
to
4b6fb11
Compare
a74e08d
to
64bd2fe
Compare
Here is the added job ran (same code just an extra wip commit to be able to schedule the job): https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/jobs/3989435147 |
925f682
to
3a05b2c
Compare
Should be ready, I helped @j4m3s-s / co-authored this so I am not adding my lgtm label though. |
3a05b2c
to
5cfe3a3
Compare
README shows a non-working example according to the specs for this role.
Co-Authored-By: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
Co-Authored-By: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
Co-Authored-By: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
5cfe3a3
to
7cf32a1
Compare
@j4m3s-s nice PR. This will greatly improve the security posture of the cluster when enabling cert rotation on the kublets! Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@j4m3s-s Thank you for the PR 👍
/ok-to-test
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: floryut, j4m3s-s 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 |
/lgtm |
* chore(helm-apps): fix README example README shows a non-working example according to the specs for this role. * Add support for kubelet-csr-approver Co-Authored-By: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * Add tests for kubelet-csr-approver Co-Authored-By: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * Add Documentation for Kubelet CSR Approver Co-Authored-By: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Co-authored-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adds support for Kubelet-CSR-approver to automatically approve Node CSRs when activating kubelet_rotate_server_certificates.
This fixes the security issue with kubelet self signed certificate and API server not verifying them.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: