Skip to content
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

Drop support for RHEL 7 / CentOS 7 #11246

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

VannTen
Copy link
Contributor

@VannTen VannTen commented May 29, 2024

What type of PR is this?
/kind cleanup

What this PR does / why we need it:
This removes support for CentOS 7 and RHEL 7 (and derivatives)
Both are EOL in 1 mont (30/06/2024), though RHEL 7 will still have Extended Life Support, but this is quite limited support

This should reduce the complexity of some roles and will help with future development (for instance #11158 and #10701)

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

action required: RHEL 7, Centos 7 and derivatives are no longer supported.

@k8s-ci-robot k8s-ci-robot added the release-note-action-required Denotes a PR that introduces potentially breaking changes that require user action. label May 29, 2024
@k8s-ci-robot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels May 29, 2024
@k8s-ci-robot k8s-ci-robot requested review from ant31 and yankay May 29, 2024 15:04
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: VannTen
Once this PR has been reviewed and has the lgtm label, please assign yankay for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

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 added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label May 29, 2024
systemd handles missing unit by ignoring the dependency so we don't need
to template them.
- remove ref in kubespray roles
- move CI from centos 7 to 8
- remove docs related to centos7
Only used for RHEL 7 and CentOS 7
@yankay
Copy link
Member

yankay commented May 30, 2024

HI @VannTen

Although Centos 7 will be EOL on 2024-06-30, Centos 8 has EOL on 2021-12-31. 🤣
From: https://en.wikipedia.org/wiki/CentOS#Versioning_and_releases.

Centos 7 is the last version of Centos's Long-Life Cycle maintenance version. Although there are some options to replace it, many users still use Centos 7, which is still widely used.

Data of Cento's market share(I cannot find the accurate statistics for Centos 7):
image

So, a good strategy for Kubespray is to give Centos7 users time to change the OS. I can also help maintain the Centos 7 part of Kubespray. We can decide to drop the support of Cenots7 in 2025.

What do you think about that? :-)

@VannTen
Copy link
Contributor Author

VannTen commented May 30, 2024 via email

@yankay
Copy link
Member

yankay commented Jun 24, 2024

There is a discuss in k/k, ref: kubernetes/kubernetes#116799.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. release-note-action-required Denotes a PR that introduces potentially breaking changes that require user action. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants