autoRenewCerts: true 看config-sample.yaml里面有这个配置,查询说是表示集群到期证书自动续期,想问问大家,有人验证过吗
kubekey3.1.7版本目前支支持安装的k8s集群证书到期自动续期了吗
CauchyK零SK壹S
设置 autoRenewCerts: true 会在 control-plane 节点创建以下定时服务,可以查看这个服务的详细内容进行测试。
[Unit]
Description=Timer to renew K8S control plane certificates
[Timer]
OnCalendar=Mon *-*-* 03:00:00
Unit=k8s-certs-renew.service
[Install]
WantedBy=multi-user.target
找到了,暂不用回复了