c12s-kubespray/roles/network_plugin
Ilya Margolin cc6cbfbe71
Allow disabling calico CNI logs with calico_cni_log_file_path (#8921)
* Allow disabling calico CNI logs with calico_cni_log_file_path

Calico CNI logs up to 1G if it log a lot with current default settings:
log_file_max_size	100	Max file size in MB log files can reach before they are rotated.
log_file_max_age	30	Max age in days that old log files will be kept on the host before they are removed.
log_file_max_count	10	Max number of rotated log files allowed on the host before they are cleaned up.

See https://projectcalico.docs.tigera.io/reference/cni-plugin/configuration#logging

To save disk space, make the path configurable and allow disabling this log by setting
`calico_cni_log_file_path: false`

* Fix markdown

* Update roles/network_plugin/canal/templates/cni-canal.conflist.j2

Co-authored-by: Kenichi Omichi <ken1ohmichi@gmail.com>

Co-authored-by: Kenichi Omichi <ken1ohmichi@gmail.com>
2022-06-07 09:22:56 -07:00
..
calico Allow disabling calico CNI logs with calico_cni_log_file_path (#8921) 2022-06-07 09:22:56 -07:00
canal Allow disabling calico CNI logs with calico_cni_log_file_path (#8921) 2022-06-07 09:22:56 -07:00
cilium fix 8893#issuecomment-1147154353 (#8933) 2022-06-06 12:40:21 -07:00
cni/tasks Use role to copy CNI bin (#5953) 2020-04-16 10:06:45 -07:00
flannel Update flannel use install-cni-plugin to fit upstream (#8714) 2022-04-18 09:44:41 -07:00
kube-ovn [kube-ovn]: update kube-ovn version and sync some feature (#8790) 2022-05-11 21:35:15 -07:00
kube-router Adding support for the kube-router flag --cluster-asn flag (#8837) 2022-05-23 16:39:10 -07:00
macvlan Use blocks for macvlan tasks for each distribution (#8918) 2022-06-06 07:50:24 -07:00
meta Remove ovn4nfv support (#8265) 2021-12-03 11:56:35 -08:00
multus Fix risky-file-permissions (#8370) 2022-01-09 01:51:12 -08:00
ovn4nfv/tasks Fix failures of ansible-lint (#8401) 2022-01-11 00:45:16 -08:00
weave Fix risky-file-permissions (#8370) 2022-01-09 01:51:12 -08:00