Skip to content
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

Incorrect error message format #5999

Closed
loozhengyuan opened this issue Aug 11, 2020 · 1 comment
Closed

Incorrect error message format #5999

loozhengyuan opened this issue Aug 11, 2020 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@loozhengyuan
Copy link
Contributor

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:

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:

No service with name ingress-nginx-controller found in namespace ingress-nginx-dev: services "ingress-nginx-controller" not found

/kind bug

@loozhengyuan loozhengyuan added the kind/bug Categorizes issue or PR as related to a bug. label Aug 11, 2020
@loozhengyuan
Copy link
Contributor Author

Fixed via #6000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant