Skip to content
Discussion options

You must be logged in to vote

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)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ngc4579
Comment options

Answer selected by ngc4579
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants