-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Error no Route matched with those values #9476
Comments
Hello community and maintainers, |
You shouldn't really have to touch kong configuration if you want to enable ingress. This looks like a configuration issue. |
Alright, I would take Kong configuration out and revert. |
This was the result and the behaviour before kong's configuration was fiddled with
|
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
What happened?
I installed kubernetes dashboard using helm from here https://github.com/kubernetes/dashboard/blob/master/README.md and passed in a few values set in a bid to expose kubernetes dashboard using ingress.
When I visit the domain, I get the error
What did you expect to happen?
Kubernetes Dashboard should be accessible on the domain specififed.
How can we reproduce it (as minimally and precisely as possible)?
Add kubernetes-dashboard repository
helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
Deploy a Helm Release named "kubernetes-dashboard" using the kubernetes-dashboard chart
helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --create-namespace --namespace kubernetes-dashboard
Anything else we need to know?
I set up kubernetes in a raw vm with
Other services and ingress work just fine
What browsers are you seeing the problem on?
Chrome, Firefox
Kubernetes Dashboard version
7.6.1
Kubernetes version
1.31.0
Dev environment
No response
The text was updated successfully, but these errors were encountered: