Shudi Li
Shudi Li
/label qe-approved @skrthomas thanks
/label qe-approved thanks
tested it with 4.16.0-0.ci.test-2024-05-15-084545-ci-ln-x0xpjtt-latest, when the haproxy was down, the log could be shown in the web console 1. % oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version...
/label qe-approved thanks
the default maxConnections should be 50000, not 5000, not sure it is expected. Others look good to me, thanks. ``` 1. % oc -n openshift-ingress rsh router-default-64785749b4-zz84t sh-5.1$ env |...
Configure the custom parameters with 2 times of the default values, restart the microshift service(sudo systemctl restart microshift), then check the router-default deployment, haproxy.conf and env under a router pod....
@eslutsky Thanks for the explanation.
@eslutsky some timeout parameters weren't updated in the haproxy.config file, thanks. ``` 1. % oc -n openshift-ingress get deployment -oyaml | grep -A1 TIMEOUT - name: ROUTER_DEFAULT_CLIENT_TIMEOUT value: 2m0s -...
@eslutsky Thanks for the fixed, I did test today and found httpEmptyRequestsPolicy and logEmptyRequests couldn't be seen in the haproxy.config file. Also for defaultHTTPVersion, there was just default value, there...