cloudnativer / kube-install

一键安装k8s(kubernetes):二進位離線方式部署,支持定時安裝、添加與銷毀node、銷毀與修復master、一鍵卸載集羣等。Install k8s (kubernetes): one click offline installation of highly available multiple kubernetes cluster, supports schedule installation, addition of nodes, rebuild of kubernetes master, and uninstallation of clusters.
Apache License 2.0
413 stars 111 forks source link

这个项目会有k8s证书一年过期的问题吗? #44

Open fengmao opened 1 year ago

fengmao commented 1 year ago

大家好,我想知道用kube-install安装的k8s集群会有证书1年过期的问题吗?

houseonline commented 1 year ago

不會。 kube-install安裝的k8s集羣證書過期時間默認為876000h。 部分原始程式碼詳見: sys/0x000certificate/copycfssl/templates/k8s-gencert.json sys/0x000certificate/copycfssl/templates/k8s-root-ca-csr.json

rikimeow commented 6 months ago

不會。 kube-install安裝的k8s集羣證書過期時間默認為876000h。 部分原始程式碼詳見: sys/0x000certificate/copycfssl/templates/k8s-gencert.json sys/0x000certificate/copycfssl/templates/k8s-root-ca-csr.json

我之前装的0.8版本的kube-install还是默认一年,是新版本改了这个证书默认有效期时间吗