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
|
maxconn 1000
|
||||||
|
|
||||||
defaults
|
defaults
|
||||||
timeout client 10s
|
# https://github.com/kubernetes/kubeadm/issues/2227#issuecomment-1308555826
|
||||||
timeout connect 5s
|
timeout client 35s
|
||||||
timeout server 10s
|
timeout server 35s
|
||||||
|
timeout connect 4s
|
||||||
timeout http-request 10s
|
timeout http-request 10s
|
||||||
log global
|
log global
|
||||||
mode http
|
mode http
|
||||||
|
Loading…
Reference in New Issue
Block a user