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