Bug 1820577
| Summary: | Fresh Azure cloud cluster's KAS pod logs spam with many "http: TLS handshake error from 168.63.129.16:<port>: EOF" | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Xingxing Xia <xxia> |
| Component: | Installer | Assignee: | Fabiano Franz <ffranz> |
| Installer sub component: | openshift-installer | QA Contact: | Johnny Liu <jialiu> |
| Status: | CLOSED DUPLICATE | Docs Contact: | |
| Severity: | medium | ||
| Priority: | unspecified | CC: | adahiya, aos-bugs, kewang, mfojtik |
| Version: | 4.4 | Keywords: | Reopened |
| Target Milestone: | --- | ||
| Target Release: | 4.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-05-22 23:52:23 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Xingxing Xia
2020-04-03 11:26:29 UTC
This is very probably a non-https LB health check set up by the Azure installer. Use the http port for that like gcp does. *** This bug has been marked as a duplicate of bug 1828382 *** This bug was reproduced with OCP 4.5.0-0.nightly-2020-05-20-235311 which installed on Disconnected UPI on Azure with RHCOS & Private Cluster. $ oc logs -n openshift-kube-apiserver -c kube-apiserver kube-apiserver-pdazqeci-0521-05210324-master-1 --tail 1 -f I0521 07:56:19.059098 1 log.go:172] http: TLS handshake error from 168.63.129.16:57818: EOF I0521 07:56:29.074520 1 log.go:172] http: TLS handshake error from 168.63.129.16:58155: EOF I0521 07:56:39.074489 1 log.go:172] http: TLS handshake error from 168.63.129.16:58527: EOF ... > (In reply to Ke Wang from comment #3) > This bug was reproduced with OCP 4.5.0-0.nightly-2020-05-20-235311 which > installed on Disconnected UPI on Azure with RHCOS & Private Cluster. The UPI azure bug is separate > https://bugzilla.redhat.com/show_bug.cgi?id=1836016 > > > $ oc logs -n openshift-kube-apiserver -c kube-apiserver > kube-apiserver-pdazqeci-0521-05210324-master-1 --tail 1 -f > I0521 07:56:19.059098 1 log.go:172] http: TLS handshake error from > 168.63.129.16:57818: EOF > I0521 07:56:29.074520 1 log.go:172] http: TLS handshake error from > 168.63.129.16:58155: EOF > I0521 07:56:39.074489 1 log.go:172] http: TLS handshake error from > 168.63.129.16:58527: EOF > ... so closing this bug. *** This bug has been marked as a duplicate of bug 1828382 *** |