Skip to content

Commit

Permalink
Merge branch 'labels-n-such' into 'master'
Browse files Browse the repository at this point in the history
Add labels, annos, tolerations, and prio class

See merge request nvidia/cloud-native/cnt-docs!348
  • Loading branch information
mikemckiernan committed Dec 8, 2023
2 parents f596e01 + 8729ab1 commit fcb6bfc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions gpu-operator/gpu-driver-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ The following table describes some of the fields in the custom resource.
- Specifies the name of the NVIDIA driver custom resource.
- None

* - ``annotations``
- Specifies a map of key and value pairs to add as custom annotations to the driver pod.
- None

* - ``driverType``
- Specifies one of the following:

Expand All @@ -184,12 +188,20 @@ The following table describes some of the fields in the custom resource.
- Specifies the credentials to provide to the registry if the registry is secured.
- None

* - ``labels``
- Specifies a map of key and value pairs to add as custom labels to the driver pod.
- None

* - ``nodeSelector``
- Specifies one or more node labels to match.
The driver container is scheduled to nodes that match all the labels.
- None.
When you do not specify this field, the driver custom resource selects all nodes.

* - ``priorityClassName``
- Specifies the priority class for the driver pod.
- ``system-node-critical``

* - ``repository``
- Specifies the container registry that contains the driver container.
- ``nvcr.io/nvidia``
Expand All @@ -198,6 +210,10 @@ The following table describes some of the fields in the custom resource.
- Specifies to use the NVIDIA Open GPU Kernel modules.
- ``false``

* - ``tolerations``
- Specifies a set of tolerations to apply to the driver pod.
- None

* - ``usePrecompiled``
- When set to ``true``, the Operator deploys a driver container image
with a precompiled driver.
Expand Down

0 comments on commit fcb6bfc

Please sign in to comment.