Merge pull request #74915 from jpbetz/revert-72062-2

revert 72062: Perform GCE master log rotation check every 5 minutes
pull/564/head
Kubernetes Prow Robot 2019-03-05 09:50:55 -08:00 committed by GitHub
commit a352b74bcc
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=kube-logrotate invocation
Description=Hourly kube-logrotate invocation
[Timer]
OnCalendar=*-*-* *:00/5:00
OnCalendar=hourly
[Install]
WantedBy=kubernetes.target