Skip to content

Fix OpenSSL version mismatch#1619

Merged
dankova22 merged 1 commit into
kubernetes-sigs:masterfrom
dankova22:open-ssl-fix
May 2, 2025
Merged

Fix OpenSSL version mismatch#1619
dankova22 merged 1 commit into
kubernetes-sigs:masterfrom
dankova22:open-ssl-fix

Conversation

@dankova22
Copy link
Copy Markdown
Contributor

@dankova22 dankova22 commented May 1, 2025

When installing OpenSSL packages separately in the rpm-installer stage:

  • openssl package defaulted to version 3.2.2
  • openssl-libs package defaulted to version 3.0.8

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"

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 1, 2025
@dankova22
Copy link
Copy Markdown
Contributor Author

/ok-to-test

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested review from d-nishi and wongma7 May 1, 2025 14:16
@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 1, 2025
@dankova22
Copy link
Copy Markdown
Contributor Author

/retest

@dankova22
Copy link
Copy Markdown
Contributor Author

/retest

@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 1, 2025
@dankova22 dankova22 changed the title Clean install openssl Clean install openssl and standardize eks distro May 1, 2025
@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels May 2, 2025
@dankova22 dankova22 changed the title Clean install openssl and standardize eks distro Fix OpenSSL version mismatch May 2, 2025
@jrakas-dev
Copy link
Copy Markdown
Contributor

/lgtm

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@jrakas-dev: changing LGTM is restricted to collaborators

Details

In response to this:

/lgtm

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.

@dankova22
Copy link
Copy Markdown
Contributor Author

/lgtm

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@dankova22: you cannot LGTM your own PR.

Details

In response to this:

/lgtm

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.

@dankova22 dankova22 merged commit 251ada6 into kubernetes-sigs:master May 2, 2025
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants