You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openshift/nvaie-with-ocp.rst
+34-14Lines changed: 34 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The steps involved are:
44
44
45
45
- Step 3: Create the NGC secret
46
46
47
-
- Step 4: Create the ConfigMap
47
+
- Step 4: Create the licensing Secret
48
48
49
49
- Step 5: Create the Cluster Policy
50
50
@@ -151,36 +151,52 @@ NGC container registry).
151
151
152
152
.. image:: graphics/created_pull-secret.png
153
153
154
-
Create the ConfigMap for NLS Token
155
-
==================================
154
+
Create the licensing Secret for NLS Token
155
+
==========================================
156
156
157
157
Prerequisites
158
158
-------------
159
159
160
-
Generate and download a NLS client license token. See Section 4.6 of the `NVIDIA License System User Guide <https://docs.nvidia.com/license-system/latest/pdf/nvidia-license-system-user-guide.pdf>`_ for instructions.
160
+
#. Generate and download a NLS client license token. See Section 4.6 of the `NVIDIA License System User Guide <https://docs.nvidia.com/license-system/latest/pdf/nvidia-license-system-user-guide.pdf>`_ for instructions.
161
+
Save the token to a file named ``client_configuration_token.tok``.
162
+
163
+
#. Create an empty ``gridd.conf`` file.
161
164
162
165
Procedure
163
166
---------
164
167
168
+
Create a licensing secret in the ``nvidia-gpu-operator`` namespace via CLI:
0 commit comments