Merge pull request #72062 from jpbetz/gce-logrotate-check-interval

Perform GCE master log rotation check every 5 minutes
This commit is contained in:
Kubernetes Prow Robot 2019-01-16 14:45:22 -08:00 committed by GitHub
commit 0713f29c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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