Skip to content

Commit

Permalink
Merge pull request #103 from mikemckiernan/preinst-daemonset
Browse files Browse the repository at this point in the history
Describe pre-installed experience
  • Loading branch information
mikemckiernan authored Sep 25, 2024
2 parents 468e098 + 4534828 commit 4610c34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gpu-operator/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,10 @@ In this scenario, the NVIDIA GPU driver is already installed on the worker nodes
nvidia/gpu-operator \
--set driver.enabled=false
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 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 4610c34

Please sign in to comment.