-
-
Notifications
You must be signed in to change notification settings - Fork 479
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] traefik ingressroute doesnt work out of the box with latest k3d and k3s #960
Comments
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. |
helm -n kube-system get values traefik -a shows Ingressroute provider is enabled. Why didn't it work?
|
Hi @bayeslearner , thanks for opening this issue! Sorry for getting back to it this late. |
I just gave this a try (just using 8443 instead of 443 on my machine as it's in use already):
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
What did you do
How was the cluster created?
k3d cluster create -x A -y B
What did you expect to happen
Concise description of what you expected to happen after doing what you described above.
I'm getting 404 error.
The text was updated successfully, but these errors were encountered: