mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Perform GCE log rotation check every 5 minutes
This commit is contained in:
parent
8547036981
commit
1ba05d51a6
@ -83,10 +83,10 @@ write_files:
|
||||
owner: root
|
||||
content: |
|
||||
[Unit]
|
||||
Description=Hourly kube-logrotate invocation
|
||||
Description=kube-logrotate invocation
|
||||
|
||||
[Timer]
|
||||
OnCalendar=hourly
|
||||
OnCalendar=*-*-* *:00/5:00
|
||||
|
||||
[Install]
|
||||
WantedBy=kubernetes.target
|
||||
|
Loading…
Reference in New Issue
Block a user