Bug 1698251
| Summary: | Bind: Address already in use for openshift-kube-scheduler/openshift-kube-scheduler | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | W. Trevor King <wking> | ||||
| Component: | Node | Assignee: | ravig <rgudimet> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Weinan Liu <weinliu> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 4.1.0 | CC: | aos-bugs, gblomqui, jokerman, mmccomas, sjenning | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 4.1.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: | 2019-06-04 10:47:18 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: | |||||||
| Attachments: |
|
||||||
|
Description
W. Trevor King
2019-04-09 22:34:04 UTC
Created attachment 1553955 [details] Occurrences of this error in CI from 2019-04-08T21:15 to 2019-04-09T20:50 UTC This occurred in 36 of our 355 failures (10%) in *-e2e-aws* jobs across the whole CI system over the past 23 hours. Generated with [1]: $ deck-build-log-plot 'kube-scheduler.*listen tcp 0.0.0.0:10251: bind: address already in use' [1]: https://github.com/wking/openshift-release/tree/debug-scripts/deck-build-log Maciej has a fix in Trevor's linked bug ... might be a similar fix here? kube-controller-manager-operator addresses this with an init container that waits on the port to open up https://github.com/openshift/cluster-kube-controller-manager-operator/blob/master/bindata/v3.11.0/kube-controller-manager/pod.yaml#L12-L22 Ravi, already has a PR open https://github.com/openshift/cluster-kube-scheduler-operator/pull/90 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0758 |