diff --git a/gpu-operator/install-gpu-operator-nvaie.rst b/gpu-operator/install-gpu-operator-nvaie.rst index a9e567931..24371416c 100644 --- a/gpu-operator/install-gpu-operator-nvaie.rst +++ b/gpu-operator/install-gpu-operator-nvaie.rst @@ -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 `_, 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 `_ for instructions. @@ -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=/gridd.conf --from-file=/client_configuration_token.tok + -n gpu-operator-resources --from-file=gridd.conf --from-file=/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 @@ -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. \ No newline at end of file +The GPU Operator is now ready to install. Please refer to :ref:`Install NVIDIA GPU Operator` section for installing the GPU Operator.