Using Traefik's IngressRoute object #1026
-
What did you do
What did you expect to happenConcise description of what you expected to happen after doing what you described above.
I'm getting 404 error. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
kubectl -n kube-system port-forward $(kubectl -n kube-system get pods --selector "app.kubernetes.io/name=traefik" --output=name) 9000:9000 takes me to inspect the routes and the needed IngressRoute is not created there. |
Beta Was this translation helpful? Give feedback.
-
helm -n kube-system get values traefik -a shows Ingressroute provider is enabled. Why didn't it work?
|
Beta Was this translation helpful? Give feedback.
-
Hi @bayeslearner , thanks for opening this issue! Sorry for getting back to it this late. |
Beta Was this translation helpful? Give feedback.
-
I just gave this a try (just using 8443 instead of 443 on my machine as it's in use already):
|
Beta Was this translation helpful? Give feedback.
I just gave this a try (just using 8443 instead of 443 on my machine as it's in use already):
I also see the Route in the Traefik dashboard: