Charmed-Kubernetes/kubernetes-control-plane/templates/cdk.master.auth-webhook.log...

12 lines
194 B
Plaintext

/var/log/kubernetes/{{logfile}} {
daily
rotate 10
missingok
notifempty
compress
sharedscripts
postrotate
kill -USR1 $(cat /run/{{ pidfile }})
endscript
}