You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/v1beta4kind: ClusterConfigurationcertificateValidityPeriod: 8760h# Default: 365 days × 24 hours = 1 yearcaCertificateValidityPeriod: 87600h# Default: 365 days × 24 hours * 10 = 10 years
Additional information
No response
The text was updated successfully, but these errors were encountered:
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:
Additional information
No response
The text was updated successfully, but these errors were encountered: