-
Notifications
You must be signed in to change notification settings - Fork 410
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
Multiple machine-config server restarts after 'http: TLS handshake error from 10.0.29.128:17205: EOF' #233
Comments
The reason might be I1215 01:17:04.446950 1 start.go:37] Version: 3.11.0-354-g542d610c-dirty
I1215 01:17:04.449017 1 api.go:54] launching server
I1215 01:17:04.449191 1 api.go:54] launching server
F1215 01:17:04.449246 1 api.go:58] Machine Config Server exited with error: listen tcp :49501: bind: address already in use |
I recently experienced some TLS errors today, when I re-run I will try to log what happened better. |
That'd make this a dup of #166 right? |
I'm seeing these same errors in the logs of my machine-config-servers basically running in a non-stop loop: then infinitely repeating: I haven't seen any performance problems in my mco-mcc-mcd work, but wanted to add the datapoint bc it's kind of disconcerting to see the infinite error scroll in the logs. The machine-config-servers are, listing 0 restarts ftr. |
I'm going to mark these EOF errors as fixed by openshift/installer#924. If anyone can reproduce with a cluster built from an installer with that commit included (it will be in the next release), please comment and we can re-open. |
In a recent CI run, I saw:
From the logs for one of those server pods:
This is possibly related to #199, which also had TLS handshake errors (although in that case they were bad-certificate errors). Are these errors someone attempting to connect to the MCS but immediately hanging up? Who would do that? Is there information about the restart reason somewhere I can dig up?
Also, only one of the three
machine-config-server
containers seems to have had a restart issue:The text was updated successfully, but these errors were encountered: