mirror of https://github.com/k3s-io/k3s
Merge pull request #74915 from jpbetz/revert-72062-2
revert 72062: Perform GCE master log rotation check every 5 minutespull/564/head
commit
a352b74bcc
|
@ -83,10 +83,10 @@ write_files:
|
||||||
owner: root
|
owner: root
|
||||||
content: |
|
content: |
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=kube-logrotate invocation
|
Description=Hourly kube-logrotate invocation
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=*-*-* *:00/5:00
|
OnCalendar=hourly
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=kubernetes.target
|
WantedBy=kubernetes.target
|
||||||
|
|
Loading…
Reference in New Issue