concourse / concourse-chart

Helm chart to install Concourse
Apache License 2.0
143 stars 176 forks source link

Failed to retrieve kernel parameter "net.ipv4.tcp_retries1" #231

Closed madhosoi closed 3 years ago

madhosoi commented 3 years ago

I get this error in a very new deployment of concourse on K8S deployed with RKE, trying to execute a "Hello World" pipeline:

"level":"error",
"source":"guardian",
"message":"guardian.api.garden-server.create.failed",
"data":{"error":"failed to retrieve kernel parameter \"net.ipv4.tcp_retries1\": open /proc/sys/net/ipv4/tcp_retries1: no such file or directory"

To bring more information:

Could you help me to understand it? Thanks!

madhosoi commented 3 years ago

I just find the combination of factors to get this error:

Sorry for the disruption if anyone is looking to help.

Solution: upgrade CentOS7 to kernel 5.4 and everything works. Thanks.