Replies: 1 comment
-
Hi @schwichti! Just to clarify, you're looking to configure retries and timeouts for the calls from the ingress controller to your application, right? Am I correct in assuming that Can you also clarify the full arguments you are passing to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using Linkerd edge-21.9.3 in conjunction with nginx ingress controller. I want to configure service profiles for retries and timeouts.
Sidecars are up and running.
As described at https://linkerd.io/2.10/tasks/using-ingress/#nginx, I have added the annotation to my Ingresses:
nginx.ingress.kubernetes.io/service-upstream: true
.The service profile looks like this (values are for debugging):
Retries does not seem to work and when I run
linkerd viz routes
this is what I see:Any hint what is going wrong?
Beta Was this translation helpful? Give feedback.
All reactions