kubernetes-sigs / kubespray

Deploy a Production Ready Kubernetes Cluster
Apache License 2.0
15.91k stars 6.42k forks source link

Remove EOL Fedora 37/38 #11524

Open VannTen opened 6 days ago

VannTen commented 6 days ago

What would you like to be added

Both Fedora 37 and 38 are EOL (https://docs.fedoraproject.org/en-US/releases/eol/#_unsupported_fedora_linux_releases) We should remove them.

We can replace them by 39 and 40, that could be done at the same time or in a follow-up (or even before, does not really matter)

This would need:

  1. remove them from CI, testcases, etc
  2. remove from documentation
  3. remove special handling in kubespray roles
  4. cleanup/refactor following point 3 => this steps is not absolutely necessary, but at the very least cleanup opportunities should be marked with TODO items.

Why is this needed

Less code, less bugs, happy maintainers.

VannTen commented 6 days ago

/good-first-issue

k8s-ci-robot commented 6 days ago

@VannTen: This request has been marked as suitable for new contributors.

Guidelines

Please ensure that the issue body includes answers to the following questions:

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-good-first-issue command.

In response to [this](https://github.com/kubernetes-sigs/kubespray/issues/11524): >/good-first-issue Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
yankay commented 5 days ago

The images need to be built and pushed to quay so the CI can run . I'll help do this when someone is working for the PR.

VannTen commented 3 days ago

/remove-kind feature /kind cleanup

tico88612 commented 1 day ago

Support for Fedora 39/40; I opened a separate issue #11548.