-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
No logging when traffic is routed to the default backend #4363
Comments
I would also love to know more about this issue. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle rotten |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I am able to reproduce in EKS using helm chart for nginx-ingress |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I'm also having this issue. I get "default backend - 404" but zero info why |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@eliskovets: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Let's try opening with (not sure if the bot allows). /remove-lifecycle rotten |
@vainu-lauri please open a new issue, also we are happy for any contributions :) |
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
NGINX Ingress controller version:
0.25.0
Kubernetes version (use
kubectl version
):1.13.4
Environment:
What happened:
When nginx controller redirects traffic to a default backend there was nothing written to the log
What you expected to happen:
I expect to see a log entry in the same format as when there is a request that is sent to one of the ingress routes.
How to reproduce it (as minimally and precisely as possible):
Go directly to the IP of the nginx ingress controller service (ExternalIP), the response is a 404 from a default backend or 200 if you go to externalIP/healthz.
Both request do not leave any trace in the logs.
Anything else we need to know:
There was already an issue before that should have been fixed in here.
Probably the bug is back in action after some updates.
The text was updated successfully, but these errors were encountered: