-
Notifications
You must be signed in to change notification settings - Fork 716
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
featureGates: StoreCertsInSecrets fails in Kubeadm v1.11 #923
Comments
/assign @liztio |
Can confirm this issue, it looks like the APIServer Container dies.
It seems like the bootstrapping process does not create the secret:
(these are all self-hosted messages) |
@timothysc there is already this PR from @stealthybox trying to address this kubernetes/kubernetes#61323 Ps. Since we are going to deprecate selfhosting, also store certs in secrets will be deprecated too |
ack -- commented that update on the PR not going to work on this if it isn't going to be supported in the near future |
@fabriziopandini Is there a link where I can learn more about this? This is the first time I've heard about it. |
Marked as deprecated in 1.12 |
Is this a BUG REPORT or FEATURE REQUEST?
BUG REPORT
Versions
v1.11 (.debs, kubeadm binary e docker images build from master)
What happened?
kubeadm init
withSelfHosting: true
andfeatureGates:StoreCertsInSecrets: true
fails with:or
NB.
kubeadm init
withfeatureGates:SelfHosting: true
only works properly, so I assume the issue should be related tofeatureGates:StoreCertsInSecrets: true
What you expected to happen?
Kubeadm init complete, control plane self-hosted and certs stored in secrets
How to reproduce it (as minimally and precisely as possible)?
use this config file:
The text was updated successfully, but these errors were encountered: