[containerd] Add config for unpriviledged ports and icmp (#9517)

* [containerd] Add config for unpriviledged ports and icmp

* Updated to match true false variables of other setting
This commit is contained in:
Fredrik Liv
2022-12-09 15:16:12 +01:00
committed by GitHub
parent 4f32f94a51
commit c8ec77a734
2 changed files with 7 additions and 0 deletions

View File

@@ -52,6 +52,11 @@ containerd_registries:
containerd_max_container_log_line_size: -1
# If enabled it will allow non root users to use port numbers <1024
containerd_enable_unprivileged_ports: false
# If enabled it will allow non root users to use icmp sockets
containerd_enable_unprivileged_icmp: false
containerd_cfg_dir: /etc/containerd
# Extra config to be put in {{ containerd_cfg_dir }}/config.toml literally