Skip to content

Expect to add support for kubeadm v1beta4 #2493

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

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
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

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

@redscholar redscholar added the kind/feature Categorizes issue or PR as related to a new feature. label Mar 25, 2025
@redscholar redscholar self-assigned this Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants