c12s-kubespray/roles/network_plugin/calico/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
..
calico-apiserver-ns.yml.j2 [calico] add calico apiserver (#8690) 2022-04-08 00:02:42 -07:00
calico-apiserver.yml.j2 [calico] add calico apiserver (#8690) 2022-04-08 00:02:42 -07:00
calico-config.yml.j2 [calico] don't enable ipip encapsulation by default and use vxlan in CI (#8434) 2022-03-17 18:05:39 -07:00
calico-cr.yml.j2 Calico: add dependencies for 3.21.x (#8250) 2021-12-02 01:17:33 -08:00
calico-crb.yml.j2 Calico: update to 3.11.1, allow to configure calico_iptables_backend (#5514) 2020-01-08 02:27:40 -08:00
calico-ipamconfig.yml.j2 [calico]use ipamconfig instead of calico ipam command (#8839) 2022-05-19 11:13:20 -07:00
calico-node-sa.yml.j2 Removed deprecated label kubernetes.io/cluster-service (#5372) 2020-03-30 01:19:53 -07:00
calico-node.yml.j2 [calico] add calico apiserver (#8690) 2022-04-08 00:02:42 -07:00
calico-typha.yml.j2 [calico] add calico apiserver (#8690) 2022-04-08 00:02:42 -07:00
calicoctl.etcd.sh.j2 Calico: use --allow-version-mismatch in calicoctl.sh to allow upgrades (#7873) 2021-08-20 14:30:48 -07:00
calicoctl.kdd.sh.j2 Calico: use --allow-version-mismatch in calicoctl.sh to allow upgrades (#7873) 2021-08-20 14:30:48 -07:00
cni-calico.conflist.j2 Allow disabling calico CNI logs with calico_cni_log_file_path (#8921) 2022-06-07 09:22:56 -07:00
kubernetes-services-endpoint.yml.j2 Improve first_kube_control_plane variable management to avoid installation failures due to variable overlapping (#8388) 2022-01-10 01:35:19 -08:00
make-ssl-calico.sh.j2 Add subjectAltName to calico-apiserver certificate (#8907) 2022-06-06 07:38:23 -07:00