kubespray/roles/kubernetes/control-plane/defaults/main
Max Gautier b3f6d05131
Move control plane certs renewal "spread out" into the systemd timer (#10596)
* Use RandomizedDelaySec to spread out control certificates renewal plane

If the number of control plane node is superior to 6, using (index * 10
minutes) will fail (03:60:00 is not a valid timestamp).

Compared to just fixing the jinja expression (to use a modulo for
example), this should avoid having two control planes certificates
update node being triggered at the same time.

* Make k8s-certs-renew.timer Persistent

If the control plane happens to be offline during the scheduled
certificates renewal (node failure or anything like that), we still want
the renewal to happen.
2023-11-08 12:35:20 +01:00
..
etcd.yml feat: make kubernetes owner parametrized (#8952) 2022-06-17 01:34:32 -07:00
kube-proxy.yml project: fix var-spacing ansible rule (#10266) 2023-07-04 20:36:54 -07:00
kube-scheduler.yml Add KubeSchedulerConfiguration for k8s 1.19 and up (#7351) 2021-04-06 00:35:35 -07:00
main.yml Move control plane certs renewal "spread out" into the systemd timer (#10596) 2023-11-08 12:35:20 +01:00