-
Notifications
You must be signed in to change notification settings - Fork 202
Remove el8 support (glibc too old for recent oc CLI) #1838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Recent OpenShift releases require glibc 2.34+ which is only available in el9. The oc CLI from OCP 4.14+ won't run on el8. - Remove el8 case from install requirements - Update validation to require version >= 9 - Remove oc.rhel8 extraction fallback - Simplify CI Dockerfile to RHEL9 only - Update README prerequisites
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@elfosardo: GitHub didn't allow me to request PR reviews from the following users: hroyrh. Note that only openshift-metal3 members and repo collaborators can review this PR, and authors cannot review their own PRs. |
|
/retest |
5 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
@elfosardo: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
Recent OpenShift releases require glibc 2.34+ which is only available in el9. The oc CLI from OCP 4.14+ won't run on el8.