Merge pull request #76352 from jpbetz/reapply-72062

[reapply] Perform GCE log rotation check every 5 minutes
k3s-v1.15.3
Kubernetes Prow Robot 2019-04-12 00:41:14 -07:00 committed by GitHub
commit ae8a4fcb0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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