RockyLinux 10 support (experimental)#12355
RockyLinux 10 support (experimental)#12355k8s-ci-robot merged 6 commits intokubernetes-sigs:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tico88612 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 |
49e73a1 to
baa5fa5
Compare
|
The CI image has been added: |
|
/retest-failed |
baa5fa5 to
60d619a
Compare
15bdcc1 to
8aa01a1
Compare
|
/retest |
d0b18fc to
d2029c1
Compare
|
/label tide/merge-method-merge @VannTen, could you take a look at the package installation? |
d2029c1 to
4592257
Compare
Hum, isn't there a meta-package or something like that which would let us not use the version in the name ? This looks like we would keep extraneous package whenever the kernel version would change, and since (If there is not... RHEL is kinda insane ? 🤔 or maybe that's me) |
|
The docs does not seem to expect administrators to specify a version, AFAICT. |
|
How about merging it to move things forward, and creating an issue for better addressing potential problems? |
Yeah, lets go that route, document then and assume the latest version. It's a bit tricky to pre-check, I don't think we have a way to know ahead of time if the kernel-modules-extra will match the kernel ? I'd do it with a failed_when on the system_pkgs stuff which search for the version kernel-modules-extra and match it with ansible_kernel, but maybe that's too much ? |
|
Or what if we add |
4aef24e to
1274cd2
Compare
|
Yeah, adding it to the image works. Maybe we can just go without a check, make the support experimental, and handle the installation without kernel-modules-extra in a follow-up ? (maybe with package_facts ? 🤔 ) |
|
Ok, I'll make sure to note here. Create Rocky Linux 10 with dib (diskimage-builder) |
How to build RockyLinux 10 + `kernel-module-extra` with dib kubernetes-sigs#12355 (comment) Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
1274cd2 to
968315a
Compare
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
How to build RockyLinux 10 + `kernel-module-extra` with dib kubernetes-sigs#12355 (comment) Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
968315a to
9c51106
Compare
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
38e4f75 to
1355678
Compare
|
/retest-failed |
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
1355678 to
5be35c8
Compare
|
/retest-failed |
|
Finally fixed the Rocky Linux 10 image, and CI is passed. I would really appreciate it if someone could take a look at this. |
|
Thanks @tico88612 |
|
/lgtm Thanks for the persistence ! |
How to build RockyLinux 10 + `kernel-module-extra` with dib kubernetes-sigs#12355 (comment) Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
What type of PR is this?
/kind feature
What this PR does / why we need it:
Add Rocky Linux 10 support
Which issue(s) this PR fixes:
Fixes #12253
Special notes for your reviewer:
Add image first.
Does this PR introduce a user-facing change?: