Perform GCE log rotation check every 5 minutes

This commit is contained in:
Joe Betz 2018-12-14 12:01:45 -08:00
parent d99f49d2a7
commit 6297c4f750

View File

@ -83,10 +83,10 @@ write_files:
owner: root owner: root
content: | content: |
[Unit] [Unit]
Description=Hourly kube-logrotate invocation Description=kube-logrotate invocation
[Timer] [Timer]
OnCalendar=hourly OnCalendar=*-*-* *:00/5:00
[Install] [Install]
WantedBy=kubernetes.target WantedBy=kubernetes.target