Perform GCE log rotation check every 5 minutes

pull/564/head
Joe Betz 2018-12-14 12:01:45 -08:00
parent 8547036981
commit 1ba05d51a6
1 changed files with 2 additions and 2 deletions

View File

@ -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