Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added openshift/graphics/cluster_policy_succeed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions openshift/install-gpu-ocp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Installing the NVIDIA GPU Operator by using the web console

#. Search for the **NVIDIA GPU Operator**. For additional information, refer to the `Red Hat OpenShift Container Platform documentation <https://docs.openshift.com/container-platform/latest/operators/admin/olm-adding-operators-to-cluster.html>`_.

#. Select the **NVIDIA GPU Operator**, click **Install**. In the following screen, click **Install**.
#. Select the **NVIDIA GPU Operator**,**(optional)** select the latest channel ``v26.7`` ( or leave the default ``v26.3`` ) it will select the correct version also ,click **Install**. In the following screen, click **Install**.

.. note:: Here, you can select the namespace where you want to deploy the GPU Operator. The suggested namespace to use is the ``nvidia-gpu-operator``. You can choose any existing namespace or create a new namespace under **Select a Namespace**.

Expand Down Expand Up @@ -92,7 +92,7 @@ As a cluster administrator, you can install the **NVIDIA GPU Operator** using th

operatorgroup.operators.coreos.com/nvidia-gpu-operator-group created

#. Get the value of ``channel``, and store it in a variable:
#. Get the value of ``channel``, and store it in a variable (``26.3``):

.. code-block:: console

Expand Down Expand Up @@ -151,7 +151,7 @@ As a cluster administrator, you can install the **NVIDIA GPU Operator** using th
.. code-block:: console

NAME CSV APPROVAL APPROVED
install-wwhfj gpu-operator-certified.v22.9.0 Manual false
install-4fpqq gpu-operator-certified.v26.3.3 Manual false

#. Approve the install plan using the CLI commands:

Expand All @@ -175,7 +175,7 @@ As a cluster administrator, you can install the **NVIDIA GPU Operator** using th

#. Optional: Verify the successful install in the web console. The display changes to:

.. image:: graphics/cluster_policy_suceed.png
.. image:: graphics/cluster_policy_succeed.png

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind deleting the misspelled file and updating the following files to use the correctly spelled one?

  • openshift/nvaie-with-ocp.rst:263
  • openshift/mig-ocp.rst:218
  • openshift/mirror-gpu-ocp-disconnected.rst:1114


.. _create-cluster-policy:

Expand Down