feature: configure timeout to prevent unexpected eof on kubectl

This commit is contained in:
RouxAntoine 2023-07-11 23:48:31 +02:00
parent e98981bca5
commit d5a552cef4
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
1 changed files with 4 additions and 3 deletions

View File

@ -8,9 +8,10 @@ global
maxconn 1000
defaults
timeout client 10s
timeout connect 5s
timeout server 10s
# https://github.com/kubernetes/kubeadm/issues/2227#issuecomment-1308555826
timeout client 35s
timeout server 35s
timeout connect 4s
timeout http-request 10s
log global
mode http