c12s-kubespray/roles/network_plugin/canal/templates
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
..
calicoctl.sh.j2 Switch calicoctl from a container to a binary (#4524) 2019-04-15 04:24:04 -07:00
canal-config.yaml.j2 fix-up some spelling mistakes (#5202) 2019-09-25 23:27:08 -07:00
canal-cr-calico.yml.j2 Update calico to 3.13.3 (#6061) 2020-05-04 08:56:26 -07:00
canal-cr-flannel.yml.j2 update rbac.authorization.k8s.io to non deprecated api-groups (#5517) 2020-04-14 13:14:04 -07:00
canal-crb-calico.yml.j2 update rbac.authorization.k8s.io to non deprecated api-groups (#5517) 2020-04-14 13:14:04 -07:00
canal-crb-flannel.yml.j2 update rbac.authorization.k8s.io to non deprecated api-groups (#5517) 2020-04-14 13:14:04 -07:00
canal-node-sa.yml.j2 Removed deprecated label kubernetes.io/cluster-service (#5372) 2020-03-30 01:19:53 -07:00
canal-node.yaml.j2 Calico upgrade path validation and old version cleanup (#6733) 2020-09-24 09:04:06 -07:00
cni-canal.conflist.j2 Allow disabling calico CNI logs with calico_cni_log_file_path (#8921) 2022-06-07 09:22:56 -07:00