Skip to content

Commit

Permalink
Merge branch 'EriksCopy' into 'master'
Browse files Browse the repository at this point in the history
Added documentation to create an empty gridd.conf file and removed links to...

See merge request nvidia/cloud-native/cnt-docs!24
  • Loading branch information
cdesiniotis committed Oct 8, 2021
2 parents b49572c + 1bdb24c commit 0ddb756
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions gpu-operator/install-gpu-operator-nvaie.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ Create the ``gpu-operator-resources`` namespace:
$ kubectl create namespace gpu-operator-resources
Create a vGPU license configuration file by `licensing an NVIDIA vGPU <https://docs.nvidia.com/grid/latest/grid-licensing-user-guide/index.html#licensing-grid-vgpu-linux-config-file>`_, omitting the steps for restarting the ``nvidia-gridd`` service and confirming that the service has obtained a license.
Create an empty vGPU license configuration file:

.. code-block:: console
$ sudo touch gridd.conf
Generate and download a NLS client license token. Please refer to Section 4.6 of the `NLS User Guide <https://docs.nvidia.com/license-system/latest/pdf/nvidia-license-system-user-guide.pdf>`_ for instructions.

Expand All @@ -44,7 +48,7 @@ configuration file and the NLS client license token will be added to this Config
.. code-block:: console
$ kubectl create configmap licensing-config \
-n gpu-operator-resources --from-file=<path>/gridd.conf --from-file=<path>/client_configuration_token.tok
-n gpu-operator-resources --from-file=gridd.conf --from-file=<path>/client_configuration_token.tok
Create an image pull secret in the ``gpu-operator-resources`` namespace for the private
registry that contains the containerized NVIDIA vGPU software graphics driver for Linux for
Expand Down Expand Up @@ -74,4 +78,4 @@ use with NVIDIA GPU Operator:
--docker-password=password \
--docker-email=e-mail-address -n gpu-operator-resources
The GPU Operator is now ready to install. Please refer to :ref:`Install NVIDIA GPU Operator` section for installing the GPU Operator.
The GPU Operator is now ready to install. Please refer to :ref:`Install NVIDIA GPU Operator` section for installing the GPU Operator.

0 comments on commit 0ddb756

Please sign in to comment.