Skip to content

Commit a352b74

Browse files
authored
Merge pull request kubernetes#74915 from jpbetz/revert-72062-2
revert 72062: Perform GCE master log rotation check every 5 minutes
2 parents b033f0c + add956f commit a352b74

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=kube-logrotate invocation
86+
Description=Hourly kube-logrotate invocation
8787
8888
[Timer]
89-
OnCalendar=*-*-* *:00/5:00
89+
OnCalendar=hourly
9090
9191
[Install]
9292
WantedBy=kubernetes.target

0 commit comments

Comments
 (0)