Revert "Perform GCE log rotation check every 5 minutes"

This reverts commit 1ba05d51a6.
pull/564/head
Joe Betz 2019-03-04 14:10:20 -08:00
parent 79e8a29544
commit add956f00f
1 changed files with 2 additions and 2 deletions

View File

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