Skip to content

Commit

Permalink
More detail from Chris
Browse files Browse the repository at this point in the history
Signed-off-by: Mike McKiernan <[email protected]>
  • Loading branch information
mikemckiernan committed Sep 25, 2024
1 parent 2e9d558 commit 4534828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpu-operator/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ In this scenario, the NVIDIA GPU driver is already installed on the worker nodes
The preceding command prevents the Operator from installing the GPU driver on any nodes in the cluster.

If you do not specify the ``driver.enabled=false`` argument and nodes in the cluster have a pre-installed GPU driver, the GPU driver pod detects the driver kernel module and exits.
The Operator labels the nodes with ``nvidia.com/gpu.deploy.driver=preinstalled`` and proceeds to start other pods, such as the container toolkit pod.
If you do not specify the ``driver.enabled=false`` argument and nodes in the cluster have a pre-installed GPU driver, the init container in the driver pod detects that the driver is preinstalled and labels the node so that the driver pod is terminated and does not get re-scheduled on to the node.
The Operator proceeds to start other pods, such as the container toolkit pod.

.. _preinstalled-drivers-and-toolkit:

Expand Down

0 comments on commit 4534828

Please sign in to comment.