mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 22:20:51 +00:00
Change maxsize to size in logrotate.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user