coreos / coreos-kubernetes

CoreOS Container Linux+Kubernetes documentation & Vagrant installers
https://coreos.com/kubernetes/docs/latest/
Apache License 2.0
1.1k stars 466 forks source link

No logrotate config #860

Open klausenbusk opened 7 years ago

klausenbusk commented 7 years ago

It seems like the script does not install any logrotate config, so /var/lib/docker/containers//.log can grow like crazy (fill up the entire partition).

klausenbusk commented 7 years ago

We could properly just use: https://github.com/kubernetes/kubernetes/blob/master/cluster/saltbase/salt/logrotate/docker-containers from the official Kubernetes repo.