feature: configure timeout to prevent unexpected eof on kubectl
This commit is contained in:
parent
e98981bca5
commit
d5a552cef4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user