Revert "Perform GCE log rotation check every 5 minutes"

This reverts commit 1ba05d51a6.
This commit is contained in:
Joe Betz 2019-03-04 14:10:20 -08:00
parent 79e8a29544
commit add956f00f

View File

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