Skip to content

Commit 740a013

Browse files
authored
Merge pull request Mellanox#163 from rollandf/airgap-tag
bug: add DOCA driver steps for air-gapped
2 parents b58bd50 + 2bfa3a5 commit 740a013

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/advanced/proxy-airgapped.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. headings # #, * *, =, -, ^, ", ~
2-
2+
.. include:: ../common/vars.rst
33

44
*******************************
55
Proxy & Air-Gapped Environments
@@ -89,7 +89,12 @@ To allow Network Operator to work with a local registry, users can specify local
8989
Pulling and Pushing Container Images to a Local Registry
9090
--------------------------------------------------------
9191

92-
To pull the correct images from the NVIDIA registry, you can leverage the fields ``repository``, ``image`` and ``version`` specified in the ``values.yaml`` file.
92+
To pull the correct images from the NVIDIA registry, you can leverage the fields ``repository``, ``image`` and ``version`` specified in the ``values.yaml`` file or in the :ref:`ncp-cr-example` section.
93+
94+
There is one caveat with regards to the DOCA driver image. The version field must be appended by the OS name and Architecture running on the worker node.
95+
96+
For example for DOCA driver version |mofed-version|, the tag for Ubuntu 24.04 with X86 architecture is "|mofed-version|-ubuntu24.04-amd64".
97+
Available DOCA driver image tags can be found at `NGC <https://catalog.ngc.nvidia.com/orgs/nvidia/teams/mellanox/containers/doca-driver/tags>`_.
9398

9499
------------------------
95100
Local Package Repository

docs/customizations/cr-full-example.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
.. headings # #, * *, =, -, ^, "
1818
.. include:: ../common/vars.rst
1919

20+
.. _ncp-cr-example:
21+
2022
****************************************
2123
NicClusterPolicy Custom Resource Example
2224
****************************************

0 commit comments

Comments
 (0)