ehlesp / smallab-k8s-pve-guide

A guide series explaining how to setup a personal small homelab running a Kubernetes cluster with VMs on a Proxmox VE standalone server node.
Other
834 stars 143 forks source link

`net.ipv4.tcp_keepalive_time` should be 600 instead of 60 #17

Closed trijpstra-fourlights closed 6 months ago

trijpstra-fourlights commented 7 months ago

Where's the issue located

What's the problem

The net.ipv4.tcp_keepalive_time is off by a factor of ten. The comment says it should be set to 10 minutes, which is 600 seconds, and not 60.

ehlesp commented 6 months ago

You're right @trijpstra-fourlights , that value is wrong. I'll upload a fix as soon as I can. Thanks for warning about it.

ehlesp commented 6 months ago

I've corrected the net.ipv4.tcp_keepalive_time value to 600 seconds, as specified in its own explanatory comment.