Skip to content
Snippets Groups Projects
Select Git revision
  • 57c3aa4560f31b95cf098ede4a89d0327607a503
  • master default protected
  • v2.27.1
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
22 results

docs

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Ilya Margolin authored and GitHub committed
    * 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: default avatarKenichi Omichi <ken1ohmichi@gmail.com>
    
    Co-authored-by: default avatarKenichi Omichi <ken1ohmichi@gmail.com>
    cc6cbfbe
    History
    Name Last commit Last update
    ..