-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Feature-gate self-hosted secrets #50762
Feature-gate self-hosted secrets #50762
Conversation
Hi @jamiehannaford. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with 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. I understand the commands that are listed here. |
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.
/lgtm
We need to spend much more effort to get the self-hosted secrets thing work properly (currently a bit whacky), but this PR gets it out of the normal code path, so 👍
/ok-to-test |
@jamiehannaford please fixup tests /approve no-issue |
/retest Review the full test history for this PR. |
1 similar comment
/retest Review the full test history for this PR. |
7288450
to
abedc49
Compare
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jamiehannaford, luxas Associated issue requirement bypassed by: luxas The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue (batch tested with PRs 41901, 50762, 50756) |
Automatic merge from submit-queue (batch tested with PRs 46458, 50934, 50766, 50970, 47698) kubeadm: Make the self-hosting with certificates in Secrets mode work again **What this PR does / why we need it**: This PR: - makes the self-hosting with certificates in Secrets mode work - makes the wait functions timeoutable - fixes a race condition where the kubelet may be slow to remove the Static Pod - cleans up some of the self-hosting logic - makes self-hosting-with-secrets respect the feature flag **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # fixes: kubernetes/kubeadm#405 **Special notes for your reviewer**: This is work in progress. I'll add unit tests, rebase upon #50762 and maybe split out some of the functionatlity here into a separate PR **Release note**: ```release-note NONE ``` @kubernetes/sig-cluster-lifecycle-pr-reviews
What this PR does / why we need it:
Feature gates now select whether secrets are used for TLS cert storage in self-hosted clusters.
Release note:
/cc @luxas