Skip to content

Commit 0d35247

Browse files
Merge pull request #109 from mikemckiernan/nvaie-updates
Clarify OCP and support options
2 parents 647d033 + 9c445a7 commit 0d35247

File tree

7 files changed

+48
-28
lines changed

7 files changed

+48
-28
lines changed

gpu-operator/getting-started.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ Prerequisites
7979
Procedure
8080
*********
8181

82+
.. tip::
83+
84+
For installation on Red Hat OpenShift Container Platform,
85+
refer to :external+ocp:doc:`steps-overview`.
86+
8287
#. Add the NVIDIA Helm repository:
8388

8489
.. code-block:: console

openshift/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ NVIDIA GPU Operator on Red Hat OpenShift Container Platform
55
.. toctree::
66
:titlesonly:
77

8-
introduction.rst
9-
prerequisites.rst
10-
steps-overview.rst
11-
install-nfd.rst
12-
install-gpu-ocp.rst
8+
Introduction <introduction.rst>
9+
Prerequisites <prerequisites.rst>
10+
Installation and Upgrade Overview <steps-overview.rst>
11+
NFD Operator Installation <install-nfd.rst>
12+
GPU Operator Installation <install-gpu-ocp.rst>
1313
nvaie-with-ocp.rst
1414
mig-ocp.rst
1515
clean-up.rst

openshift/install-gpu-ocp.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
44
.. _install-nvidiagpu:
55

6-
###################################
7-
Installing the NVIDIA GPU Operator
8-
###################################
9-
10-
.. note:: If you are installing the **NVIDIA GPU Operator** on OpenShift <``4.9.9`` ensure you have :ref:`enabled a Cluster-wide entitlement <cluster-entitlement>`.
11-
For more information see :ref:`broken driver toolkit <broken-dtk>`.
12-
13-
With the :ref:`Node Feature Discovery Operator<install-nfd>` installed you can continue with the final step and install the **NVIDIA GPU Operator**.
14-
15-
As a cluster administrator, you can install the **NVIDIA GPU Operator** using the OpenShift Container Platform CLI or the web console.
6+
###############################################
7+
Installing the NVIDIA GPU Operator on OpenShift
8+
###############################################
9+
10+
.. contents::
11+
:depth: 2
12+
:local:
13+
:backlinks: none
1614

1715
***********************************************************
1816
Installing the NVIDIA GPU Operator by using the web console

openshift/install-nfd.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,18 @@
33
44
.. _install-nfd:
55

6-
####################################################
7-
Installing the Node Feature Discovery (NFD) Operator
8-
####################################################
6+
###########################################################
7+
Installing the Node Feature Discovery Operator on OpenShift
8+
###########################################################
9+
10+
.. contents::
11+
:depth: 2
12+
:local:
13+
:backlinks: none
14+
15+
*********
16+
Procedure
17+
*********
918

1019
The Node Feature Discovery (NFD) Operator is a prerequisite for the **NVIDIA GPU Operator**. Install the NFD Operator using the Red Hat OperatorHub catalog in the OpenShift Container Platform web console .
1120

openshift/introduction.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
.. Date: Oct 24 2022
22
.. Author: kquinn
33
4+
.. _essug: https://docs.nvidia.com/enterprise-support-and-services-user-guide/about-this-user-guide/index.html
5+
.. |essug| replace:: *NVIDIA Enterprise Support and Services User Guide*
6+
47
.. _openshift-introduction:
58

6-
*****************************************
7-
Introduction
8-
*****************************************
9+
************************************************
10+
Introduction to NVIDIA GPU Operator on OpenShift
11+
************************************************
12+
913
Kubernetes is an open-source platform for automating the deployment, scaling, and managing of containerized applications.
1014

1115
Red Hat OpenShift Container Platform is a security-centric and enterprise-grade hardened Kubernetes platform for deploying and managing Kubernetes clusters at scale, developed and supported by Red Hat.
@@ -15,4 +19,7 @@ The NVIDIA GPU Operator uses the operator framework within Kubernetes to automat
1519
Kubernetes device plugin for GPUs, the `NVIDIA Container Toolkit <https://github.com/NVIDIA/nvidia-container-toolkit>`_,
1620
automatic node labelling using `GFD <https://github.com/NVIDIA/gpu-feature-discovery>`_, `DCGM <https://developer.nvidia.com/dcgm>`_ based monitoring and others.
1721

18-
For guidance on the specific NVIDIA support entitlement needs, see `obtaining support from NVIDIA <https://access.redhat.com/solutions/5174941>`_.
22+
For guidance on the specific NVIDIA support entitlement needs,
23+
refer |essug|_ if you have an NVIDIA AI Enterprise entitlement.
24+
Otherwise, refer to the `Obtaining Support from NVIDIA <https://access.redhat.com/solutions/5174941>`_
25+
Red Hat Knowledgebase article.

openshift/prerequisites.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
.. Date: November 26 2021
22
.. Author: kquinn
33
4-
*****************************************
5-
Prerequisites
6-
*****************************************
4+
*******************************************
5+
Prerequisites for GPU Operator on OpenShift
6+
*******************************************
7+
78
Before following the steps in this guide, ensure that your environment has:
89

910
* A working OpenShift cluster up and running with a GPU worker node. See `OpenShift Container Platform installation <https://docs.openshift.com/container-platform/latest/installing/index.html>`_ for guidance on installing.

openshift/steps-overview.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
66
.. _steps_overview:
77

8-
#################################
9-
Installation and Upgrade Overview
10-
#################################
8+
##############################################
9+
Installation and Upgrade Overview on OpenShift
10+
##############################################
1111

1212
.. contents::
1313
:depth: 2

0 commit comments

Comments
 (0)