-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change maxsize to size in logrotate. #29128
Conversation
Fix in Salt LGTM, not sure about GCI? @adityakali? |
Please update it at https://github.com/kubernetes/kubernetes/blob/master/cluster/gce/gci/configure-helper.sh#L95 as well. |
Done, PTAL |
I'm adding cherry-pick, unless someone objects. @roberthbailey as cherry pick czar (or whatever that role is). |
LGTM. Thanks! |
GCE e2e build/test passed for commit 1173dd1. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 1173dd1. |
Automatic merge from submit-queue |
subsumed by #29139, so removed cherrypick labels |
Do they need to be cherry picked together though (since that one built on top of this one)? |
@roberthbailey the options added in #29139 essentially revert this pr. Those options are more reliable to avoid file name collisions for log rotate in spans > 1s (and we shouldn't be filling up maxsize in 1s, hopefully). |
How do I trigger a test? I usually test logrotate with
logrotate -s
and that works as expected.