-
Notifications
You must be signed in to change notification settings - Fork 846
Description
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
Getting the following intermittent errors in the gatekeeper-system logs:
http: TLS handshake error from 172.16.0.3:42672: EOF
kube-apiserver logs during the same time range do not have equivalent errors.
Everything is functioning. No impact on functionality.
NOTE:
There isn't any actual functional issues related to these error messages and the policies are working as expected. Lots of other webhook projects have reported the same issue, the error is coming from the kube-apiserver when it drops the connection prematurely and retries afterwards.
Please provide feedback in the following issues:
The EOF errors seems be related to a Go bug golang/go#50984 and appear on Kubernetes 1.23 and 1.24 and later. see kubernetes/kubernetes#109022
What did you expect to happen:
No TLS error in pod logs
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
- Gatekeeper version: v3.8.1 and v3.7.1
- Kubernetes version: (use
kubectl version): 1.23.5