I'm seeing the same problem and it is causing pods to be evicted. Here is the disk usage for the relevant files in /var/log
, note that both "messages" and "syslog" are 0 bytes, but there are files called "messages.1" and "syslog.1" which are both occupying 52GB:
12K localmessages
0 messages
52G messages.1
1.9M messages.2.gz
0 syslog
52G syslog.1
1.1M syslog.2.gz
876K syslog.3.gz
4.0K sysstat
Here are the contents of "/etc/logrotate.d/rsyslog":
/var/log/syslog
{
rotate 7
daily
missingok
notifempty
delaycompress
compress
postrotate
/usr/lib/rsyslog/rsyslog-rotate
endscript
}
/var/log/mail.info
/var/log/mail.warn
/var/log/mail.err
/var/log/mail.log
/var/log/daemon.log
/var/log/kern.log
/var/log/auth.log
/var/log/user.log
/var/log/lpr.log
/var/log/cron.log
/var/log/debug
/var/log/messages
{
rotate 4
weekly
missingok
notifempty
compress
delaycompress
sharedscripts
postrotate
/usr/lib/rsyslog/rsyslog-rotate
endscript
}
Here is the node info:
Static hostname: aks-parallel-xxxxx-vmss000000
Icon name: computer-vm
Chassis: vm
Machine ID: 3e2b3448a01e40ecaf65fc456f44a25d
Boot ID: 5a9449cc806d4cb7a29018e26af124b7
Virtualization: microsoft
Operating System: Ubuntu 18.04.5 LTS
Kernel: Linux 5.4.0-1036-azure
Architecture: x86-64