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

Expect to add support for kubeadm v1beta4 #2493

Open
caozhengyx opened this issue Feb 8, 2025 · 0 comments
Open

Expect to add support for kubeadm v1beta4 #2493

caozhengyx opened this issue Feb 8, 2025 · 0 comments

Comments

@caozhengyx
Copy link

Your current KubeKey version

v3.1.7

Describe this feature

Although kubekey has configured a systemd scheduled task on the master node by default to automatically update the certificate, it is currently not possible to specify the expiration time of the CA root certificate and leaf certificate.

Describe the solution you'd like

kubeadm v1beta4 now supports:

apiVersion: kubeadm.k8s.io/v1beta4
kind: ClusterConfiguration
certificateValidityPeriod: 8760h # Default: 365 days × 24 hours = 1 year
caCertificateValidityPeriod: 87600h # Default: 365 days × 24 hours * 10 = 10 years

Additional information

No response

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

No branches or pull requests

1 participant