Fix OpenSSL version mismatch#1619
Conversation
|
/ok-to-test |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dankova22 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
/retest |
|
/lgtm |
|
@jrakas-dev: changing LGTM is restricted to collaborators DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/lgtm |
|
@dankova22: you cannot LGTM your own PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
When installing OpenSSL packages separately in the rpm-installer stage:
This version mismatch caused runtime failures when mounting EFS volumes:
"openssl: /lib64/libssl.so.3: version `OPENSSL_3.2.0' not found"
Fix by explicitly installing matching versions:
clean_install "openssl-3.0.8 openssl-libs-3.0.8"