-
Notifications
You must be signed in to change notification settings - Fork 40k
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
kubeadm: add front-proxy CA certificate to selfhosting controller-manager #72727
kubeadm: add front-proxy CA certificate to selfhosting controller-manager #72727
Conversation
09d682f
to
e8eceb2
Compare
…ager Selfhosting pivoting fails when using --store-certs-in-secrets as controller-manager fails to start because of missing front-proxy CA certificate: unable to load client CA file: unable to load client CA file: open /etc/kubernetes/pki/front-proxy-ca.crt: no such file or directory Added required certificate to fix this. This should fix kubernetes/kubeadm#1281
e8eceb2
to
d91861e
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.
thanks for the PR @bart0sh
/assign @fabriziopandini
/priority important-longterm |
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.
@bart0sh
Thanks for your awesome work on self-hosting!
/approve
/lgtm
/test pull-kubernetes-e2e-kops-aws |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bart0sh, fabriziopandini 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 |
/test pull-kubernetes-e2e-kops-aws |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Selfhosting pivoting fails when using --store-certs-in-secrets
as controller-manager fails to start because of missing front-proxy CA
certificate:
Added required certificate to fix this.
Which issue(s) this PR fixes:
Fixes kubernetes/kubeadm#1281
Does this PR introduce a user-facing change?: