c12s-kubespray/roles
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
..
adduser containerd: change default resolvconf_mode to host_resolvconf (#8247) 2021-12-09 14:09:06 -08:00
bastion-ssh-config containerd: change default resolvconf_mode to host_resolvconf (#8247) 2021-12-09 14:09:06 -08:00
bootstrap-os Added |bool for rhel_enable_repos (#8871) 2022-05-26 18:51:55 -07:00
container-engine fix remove docker-ce.repo failed (#8856) 2022-05-24 05:44:06 -07:00
download Update Kube-router version to 1.5.0 (#8928) 2022-06-06 07:38:34 -07:00
etcd [etcd] Add support for setting the request size limit (#8849) 2022-05-23 09:36:03 -07:00
etcdctl Add kubeadm option to etcd_deployment_type to replace the etcd_kubeadm_enabled variable (#8317) 2022-02-22 08:53:16 -08:00
helm-apps Helm-apps role for installing helm charts (#8347) 2022-03-14 08:29:58 -07:00
kubernetes Fix: set fallback value of kubelet ip6 (#8858) (#8926) 2022-06-06 10:08:21 -07:00
kubernetes-apps [feat] Upgrade metrics server to v0.6.1 (#8909) 2022-06-06 07:34:37 -07:00
kubespray-defaults [kubernetes] add hashes for 1.24.1 and other versions. (#8876) 2022-05-27 12:00:42 -07:00
network_plugin Allow disabling calico CNI logs with calico_cni_log_file_path (#8921) 2022-06-07 09:22:56 -07:00
recover_control_plane Use a variable for standardizing kubectl invocation (#8329) 2022-01-05 02:26:32 -08:00
remove-node fix: Waiting until Volumes will be detached from the node on graceful node removal (#8739) 2022-05-10 09:57:43 -07:00
reset Fixed systemd-networkd restart for ubuntu 22.04, when using reset.yml (#8841) 2022-05-20 09:34:53 +03:00
upgrade Single quotes are missing in jsonpath argument of kubectl get node (#8683) 2022-04-05 09:45:38 -07:00
win_nodes/kubernetes_patch Use a variable for standardizing kubectl invocation (#8329) 2022-01-05 02:26:32 -08:00