mirror of https://github.com/k3s-io/k3s
Revert "Perform GCE log rotation check every 5 minutes"
This reverts commit 1ba05d51a6
.
pull/564/head
parent
79e8a29544
commit
add956f00f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue