mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #29128 from bprashanth/logrotate
Automatic merge from submit-queue Change maxsize to size in logrotate. How do I trigger a test? I usually test logrotate with `logrotate -s` and that works as expected.
This commit is contained in:
commit
bbc09d5e65
@ -92,7 +92,7 @@ EOF
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
maxsize 100M
|
||||
size 100M
|
||||
daily
|
||||
create 0644 root root
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
maxsize 100M
|
||||
size 100M
|
||||
daily
|
||||
create 0644 root root
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user