We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NGINX Ingress controller version: v0.34.1
What happened:
I was running ingress-nginx and encountered some configuration errors. When checking the logs, I found that the error message seems to be wrong:
ingress-nginx
No service with name ingress-nginx-dev found in namespace ingress-nginx-controller: services "ingress-nginx-controller" not found
What you expected to happen:
In my setup, the service is ingress-nginx-controller and the namespace is ingress-nginx-dev. So I expected this to have been:
ingress-nginx-controller
ingress-nginx-dev
No service with name ingress-nginx-controller found in namespace ingress-nginx-dev: services "ingress-nginx-controller" not found
/kind bug
The text was updated successfully, but these errors were encountered:
Fixed via #6000
Sorry, something went wrong.
No branches or pull requests
NGINX Ingress controller version: v0.34.1
What happened:
I was running
ingress-nginx
and encountered some configuration errors. When checking the logs, I found that the error message seems to be wrong:What you expected to happen:
In my setup, the service is
ingress-nginx-controller
and the namespace isingress-nginx-dev
. So I expected this to have been:/kind bug
The text was updated successfully, but these errors were encountered: