Default Outbound Proxy Connect Timeout #10952
-
What is the default outbound proxy connect timeout (configurable as |
Beta Was this translation helpful? Give feedback.
Answered by
mateiidavid
May 30, 2023
Replies: 1 comment 1 reply
-
Hi @ngc4579, default outbound connect timeout is 1s. An easy way to verify this is to look at the pod's environment: $ kubectl get po -n linkerd linkerd-destination-596d54dfb4-jxq6v -o yaml \
| rg 'LINKERD2_PROXY_OUTBOUND_CONNECT_TIMEOUT' -A 1
- name: LINKERD2_PROXY_OUTBOUND_CONNECT_TIMEOUT
value: 1000ms (also, see code ref) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ngc4579
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ngc4579, default outbound connect timeout is 1s. An easy way to verify this is to look at the pod's environment:
(also, see code ref)