add support for Oracle Linux - #2687
Merged
Merged
Conversation
Co-authored-by: Denys <dmarych@evolution.com> Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
tariq1890
requested review from
cdesiniotis,
karthikvetrivel,
rahulait,
rajathagasthya and
shivamerla
as code owners
July 28, 2026 15:20
Contributor
|
Are the driver images published by them or oracle? We'll need to document this requirement in our docs. |
Contributor
Author
|
The original PR author said that they were repurposing the RockyLinux images (i.e. retagging with the Note that this PR just adds support for GPU Operator to render the appropriate driver volume mounts for Oracle Linux. It has no bearing on our support policies for the driver container images themselves. |
rahulait
approved these changes
Jul 28, 2026
tariq1890
enabled auto-merge
July 28, 2026 16:05
Contributor
Author
|
Thank you for your contribution @bolt1777! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is a clone of #2543, the original author has been attributed. With this change, the gpu-operator would be able to render the necessary driver daemonset mounts to run on Oracle Linux systems.
Description of the original PR below:
Description
Adds support for Oracle Linux nodes (os-release
ID=ol), mirroring the existing Rocky Linux supportWhy
Nodes running Oracle Linux are detected via the NFD label
feature.node.kubernetes.io/system-os_release.ID=ol. So this PR brings support Oracle Linux OS.Testing
TestGetGPUNodeOSInfoandTestGetOSTagcovering Oracle Linux 9 and 10.