autoRenewCerts: true 看config-sample.yaml里面有这个配置,查询说是表示集群到期证书自动续期,想问问大家,有人验证过吗

设置 autoRenewCerts: true 会在 control-plane 节点创建以下定时服务,可以查看这个服务的详细内容进行测试。

    Cauchy 大佬 ,赞,想问下这个脚本具体什么时候触发,定时任务在哪,我看到了有这个脚本,但是也只是说了会检查证书有效期是否小于30天,如果是执行,那具体他什么时候会检查呢

    [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

    找到了,暂不用回复了