This message was deleted.
# rke2
a
This message was deleted.
b
Copy code
kubectl patch psp global-unrestricted-psp --patch '{"spec": {"allowedUnsafeSysctls": ["net.*", "net.core.rmem_max",
"net.core.wmem_max",
"net.ipv4.tcp_rmem",
"net.ipv4.tcp_wmem",
"net.core.somaxconn",
"net.core.netdev_max_backlog",
"net.ipv4.tcp_syncookies",
"net.ipv4.ip_local_port_range",
"net.ipv4.tcp_tw_recycle",
"net.ipv4.tcp_tw_reuse",
"net.ipv4.tcp_congestion_control",
"net.ipv4.tcp_max_syn_backlog",
"net.netfilter.nf_conntrack_tcp_be_liberal",
"net.ipv4.tcp_slow_start_after_idle"]}}'
^^ Patched config
c
If I remember correctly there's also a whitelist in the kubelet that needs to be changed
b
thanks, it helped