Results 12 issues of Valera

**What happened**: Many pods were evicted due DiskPressure. After starting debug session: ```shell kubectl debug node/aks-application-0000-vmss000000 -it --image=mcr.microsoft.com/aks/fundamental/base-ubun /# df -h /dev/sda1 248G 219G 30G 89% /host # du -sh...

bug
action-required
Needs Attention :wave:
fixing

Hello, We are using the following script to generate Memory Leak Flame Graphs on our production servers every 30 minutes: ```bash /usr/src/stapxx/stap++ /usr/src/stapxx/samples/lj-gc-objs.sxx -x `ps --no-headers -fC nginx|awk '/worker/ {print$2}'|...