Bug 2069388
| Summary: | [CNV-4.11] kubemacpool-mac-controller - TLS handshake error | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Mor Cohen <mocohen> |
| Component: | Networking | Assignee: | Quique Llorente <ellorent> |
| Status: | CLOSED ERRATA | QA Contact: | Nir Rozen <nrozen> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.11.0 | CC: | cnv-qe-bugs |
| Target Milestone: | --- | Keywords: | AutomationBlocker, TestBlocker |
| Target Release: | 4.11.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: | 2022-09-14 19:29:36 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: | |||
We should not configure TLS Min and CipherSuites at all at tls.Config if they are empty, looks like passing empty not nil CipherSuites has consequences. 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 (Important: OpenShift Virtualization 4.11.0 Images security and bug fix update), 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/RHSA-2022:6526 |
Description of problem: After CNV-4.11 installation the manager container that is in the kubemacpool-mac-controller pod is failing to get ready. From the pod definition: message: 'containers with unready status: [manager]' reason: ContainersNotReady From the container's logs: 2022/03/28 19:49:50 http: TLS handshake error from 10.128.0.1:54202: tls: no cipher suite supported by both client and server I've attached more details. Version-Release number of selected component (if applicable): CNV: v4.11.0-157 How reproducible: 100 Steps to Reproduce: 1. Install CNV-4.11-157 2. 3. Actual results: Expected results: Additional info: