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
Add flag that silences logs for shallow tcp connections that are opened and closed.
haproxy makes health probes by opening tcp connections and closing them. kube-rbac-proxy reports a TLS handshake error, when this happens.
https://bugzilla.redhat.com/show_bug.cgi?id=2111670
The text was updated successfully, but these errors were encountered:
I've looked into the topic, and there aren't any clear solutions available.
While there's a filter for logging, it only applies to the message content. It doesn't seem possible to entirely drop the message.
Given that this is a deep-seated networking error within the Go programming language, adjusting the log verbosity doesn't seem to have any effect.
It's worth noting that the actor initiating the TCP RST is the root of the issue, not the receiver that logs this behavior.
Sorry, something went wrong.
No branches or pull requests
What
Add flag that silences logs for shallow tcp connections that are opened and closed.
Why
haproxy makes health probes by opening tcp connections and closing them.
kube-rbac-proxy reports a TLS handshake error, when this happens.
Ref
https://bugzilla.redhat.com/show_bug.cgi?id=2111670
The text was updated successfully, but these errors were encountered: