Matthias Frey
Results
3
comments of
Matthias Frey
$ sysctl net.ipv4.tcp_retries2 net.ipv4.tcp_retries2 = 15
It happened when we restarted Prosody once, but we now think the problem is related to our network setup and Kubernetes. However, reducing net.ipv4.tcp_retries2 to 7 has alleviated the problem...
We have enabled selinux on our nodes and had the same error. The solution was the following setting: ``` securityContext: seLinuxOptions: type: spc_t ```