Problem accessing Linkerd dashboard due to dns rebinding errors with Traefik #6859
Answered
by
MatteoGioioso
MatteoGioioso
asked this question in
General
-
I am trying to access the linkerd dashboard, however I still have the following error:
I went to the link and try to fix it, by creating a middleware or simply add the annotation like suggested in the docs: https://linkerd.io/2.10/tasks/exposing-dashboard/#traefik However both solutions are not working. This is my IngressRoute:
This is my middleware
Linkerd installation script:
Linkerd version (CLI):
EKS version: 1.20 Any idea? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
MatteoGioioso
Sep 10, 2021
Replies: 1 comment
-
Ok, solved =)
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MatteoGioioso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, solved =)
linkerd check --pre && linkerd install | kubectl apply -f -
linkerd viz install > install.yaml
install.yaml
) like described in the docs: