From f59ab1f8f51dd08a74c8e93d351787675649cebc Mon Sep 17 00:00:00 2001 From: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> Date: Wed, 18 Feb 2026 13:16:26 -0500 Subject: [PATCH 1/3] test adding run:ai section Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> --- gpu-operator/platform-support.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gpu-operator/platform-support.rst b/gpu-operator/platform-support.rst index 46832e563..9c8709622 100644 --- a/gpu-operator/platform-support.rst +++ b/gpu-operator/platform-support.rst @@ -565,3 +565,8 @@ Additional Supported Container Management Tools * Helm v3 * Red Hat Operator Lifecycle Manager (OLM) + +Run:ai +------ + +The GPU Operator is a prerequisite for `Run:ai `_ and integrates seamlessly using the default installation settings. From f40ae5bc25792e45e2ea6911b05ea5bf5b348937 Mon Sep 17 00:00:00 2001 From: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:22:12 -0500 Subject: [PATCH 2/3] Update additional tools section Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> --- gpu-operator/platform-support.rst | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/gpu-operator/platform-support.rst b/gpu-operator/platform-support.rst index 9c8709622..5114aa2e1 100644 --- a/gpu-operator/platform-support.rst +++ b/gpu-operator/platform-support.rst @@ -560,13 +560,18 @@ Supported operating systems and NVIDIA GPU Drivers with GPUDirect Storage. Not supported with secure boot. Supported storage types are local NVMe and remote NFS. -Additional Supported Container Management Tools ------------------------------------------------ +Additional Supported Tools and Integrations +-------------------------------------------- -* Helm v3 -* Red Hat Operator Lifecycle Manager (OLM) +Container management tools: -Run:ai ------- +* `Helm v3 `_ +* `Red Hat Operator Lifecycle Manager (OLM) `_ -The GPU Operator is a prerequisite for `Run:ai `_ and integrates seamlessly using the default installation settings. +Orchestration & resource scheduling: + +* `Run:ai `_ + +.. note:: + + Using the GPU Operator with CDI enabled (default in v25.10.0 and later) requires Run:ai v2.24.38 or later, or 2.23.35 or later. From 7a4c432b9b88a6fd912a0a04bb875137b3d2c741 Mon Sep 17 00:00:00 2001 From: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:03:44 -0500 Subject: [PATCH 3/3] adjust note Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> --- gpu-operator/platform-support.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gpu-operator/platform-support.rst b/gpu-operator/platform-support.rst index 5114aa2e1..a8e4c927e 100644 --- a/gpu-operator/platform-support.rst +++ b/gpu-operator/platform-support.rst @@ -574,4 +574,5 @@ Orchestration & resource scheduling: .. note:: - Using the GPU Operator with CDI enabled (default in v25.10.0 and later) requires Run:ai v2.24.38 or later, or 2.23.35 or later. + Run:ai requires the GPU Operator as a prerequisite and works with default GPU Operator settings. + Running the GPU Operator with Container Device Interface (CDI) enabled (default in v25.10.0 and later) requires Run:ai v2.24.38 and later, or v2.23.35 and later. Refer to the Run:ai `cluster requirements documentation `_ for more information.