We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
可以实现,分两种情况:
PS:新 init 集群也可以通过修改 kubeadm 源码编译新的 kubeadm bin 来实现 100 年证书。此外我正有计划更新update-kube-cert ,使得它可以生成100年 ca,这样无需更改 kubeadm 源码,即可达到全部证书1 00 年有效。大概步骤是:
update-kube-cert
# 以下命令计划开放中... 不等于后续开发完成后使用过程一支,flag 是时定的 # 生成 100 年 ca update-kube-cert --create ca --day 36500 # kubeadm 自带的 init certs 命令,复用 100 年 ca,生成默认 1 年各种 server、client 证书 kubeadm init certs # 更新 kubeadm 生成的 1 年 server、client 证书为 100 年 update-kube-cert --init cert --day 36500 # 初始化 集群 (上面的步骤已经准备了一套有效的证书,这里 init 会复用所有证书) kubeadm init
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: