Unverified Commit 0713f29c authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

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

Perform GCE master log rotation check every 5 minutes
parents d6b74091 1ba05d51
...@@ -83,10 +83,10 @@ write_files: ...@@ -83,10 +83,10 @@ write_files:
owner: root owner: root
content: | content: |
[Unit] [Unit]
Description=Hourly kube-logrotate invocation Description=kube-logrotate invocation
[Timer] [Timer]
OnCalendar=hourly OnCalendar=*-*-* *:00/5:00
[Install] [Install]
WantedBy=kubernetes.target WantedBy=kubernetes.target
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment