mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-08 09:57:38 -02:30
Add containerd config options (#11080)
* chore(containerd): add some config debug options See: https://github.com/containerd/containerd/blob/v1.7.15/docs/man/containerd-config.toml.5.md * chore(containerd): add CRI config options See: https://github.com/containerd/containerd/blob/v1.7.15/docs/man/containerd-config.toml.5.md See: https://github.com/containerd/containerd/blob/v1.7.15/docs/cri/config.md
This commit is contained in:
@@ -46,7 +46,11 @@ containerd_base_runtime_specs:
|
||||
containerd_grpc_max_recv_message_size: 16777216
|
||||
containerd_grpc_max_send_message_size: 16777216
|
||||
|
||||
containerd_debug_address: ""
|
||||
containerd_debug_level: "info"
|
||||
containerd_debug_format: ""
|
||||
containerd_debug_uid: 0
|
||||
containerd_debug_gid: 0
|
||||
|
||||
containerd_metrics_address: ""
|
||||
|
||||
@@ -66,6 +70,12 @@ containerd_enable_unprivileged_ports: false
|
||||
# If enabled it will allow non root users to use icmp sockets
|
||||
containerd_enable_unprivileged_icmp: false
|
||||
|
||||
containerd_enable_selinux: false
|
||||
containerd_disable_apparmor: false
|
||||
containerd_tolerate_missing_hugetlb_controller: true
|
||||
containerd_disable_hugetlb_controller: true
|
||||
containerd_image_pull_progress_timeout: 5m
|
||||
|
||||
containerd_cfg_dir: /etc/containerd
|
||||
|
||||
# Extra config to be put in {{ containerd_cfg_dir }}/config.toml literally
|
||||
|
||||
Reference in New Issue
Block a user