Commit bbc09d5e authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

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.
parents 61087258 1173dd13
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment