Commit 2968a83b authored by Olli Janatuinen's avatar Olli Janatuinen Committed by Brad Davidson

containerd: Enable enable_unprivileged_ports and enable_unprivileged_icmp by default

parent 31b8224f
...@@ -15,6 +15,8 @@ const ContainerdConfigTemplate = ` ...@@ -15,6 +15,8 @@ const ContainerdConfigTemplate = `
stream_server_address = "127.0.0.1" stream_server_address = "127.0.0.1"
stream_server_port = "10010" stream_server_port = "10010"
enable_selinux = {{ .NodeConfig.SELinux }} enable_selinux = {{ .NodeConfig.SELinux }}
enable_unprivileged_ports = true
enable_unprivileged_icmp = true
{{- if .DisableCgroup}} {{- if .DisableCgroup}}
disable_cgroup = true disable_cgroup = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment