fix #1506: update k8s-certs-renew.timer to run each monday of every week

This commit is contained in:
Tan Guofu 2022-09-14 15:37:51 +08:00 committed by GitHub
parent bcf30d806e
commit f3ef8ee321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ ExecStart=/usr/local/bin/kube-scripts/k8s-certs-renew.sh
dedent.Dedent(`[Unit]
Description=Timer to renew K8S control plane certificates
[Timer]
OnCalendar=Mon *-*-1,2,3,4,5,6,7 03:00:00
OnCalendar=Mon *-*-* 03:00:00
Unit=k8s-certs-renew.service
[Install]
WantedBy=multi-user.target