mirror of https://github.com/k3s-io/k3s
Merge pull request #74915 from jpbetz/revert-72062-2
revert 72062: Perform GCE master log rotation check every 5 minutespull/564/head
commit
a352b74bcc
|
@ -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