2017-07-14 13:06 GMT+02:00 Aleksandar Lazic <al...@me2digital.eu>:

>
>
> We have achieved a lot of tests, and the connection is dropped somewhere
> in Openshift, not by the firewall.
>
> As we don't have any proxy, except haproxy.
>
> We've seen https://docs.openshift.com/container-platform/3.3/
> install_config/router/default_haproxy_router.html#preventing-connection-
> failures-during-restarts
>
> Could it be related?
> I think you should try to increase ROUTER_DEFAULT_CLIENT_TIMEOUT
>
> oc env dc/router -n default ROUTER_DEFAULT_CLIENT_TIMEOUT=1h
>
>
Thanks, fixed with:

            - name: ROUTER_DEFAULT_CLIENT_TIMEOUT
              value: "1h"
            - name: ROUTER_DEFAULT_SERVER_TIMEOUT
              value: "1h"

:)
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to