Skip to content

Commit ae8a4fc

Browse files
authored
Merge pull request kubernetes#76352 from jpbetz/reapply-72062
[reapply] Perform GCE log rotation check every 5 minutes
2 parents 468eae7 + 6297c4f commit ae8a4fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster/gce/gci/master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ write_files:
8383
owner: root
8484
content: |
8585
[Unit]
86-
Description=Hourly kube-logrotate invocation
86+
Description=kube-logrotate invocation
8787
8888
[Timer]
89-
OnCalendar=hourly
89+
OnCalendar=*-*-* *:00/5:00
9090
9191
[Install]
9292
WantedBy=kubernetes.target

0 commit comments

Comments
 (0)