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/install-gpu-ocp.rst
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,14 @@
3
3
4
4
.. _install-nvidiagpu:
5
5
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.
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 .
.. |essug| replace:: *NVIDIA Enterprise Support and Services User Guide*
6
+
4
7
.. _openshift-introduction:
5
8
6
-
*****************************************
7
-
Introduction
8
-
*****************************************
9
+
************************************************
10
+
Introduction to NVIDIA GPU Operator on OpenShift
11
+
************************************************
12
+
9
13
Kubernetes is an open-source platform for automating the deployment, scaling, and managing of containerized applications.
10
14
11
15
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
15
19
Kubernetes device plugin for GPUs, the `NVIDIA Container Toolkit <https://github.com/NVIDIA/nvidia-container-toolkit>`_,
16
20
automatic node labelling using `GFD <https://github.com/NVIDIA/gpu-feature-discovery>`_, `DCGM <https://developer.nvidia.com/dcgm>`_ based monitoring and others.
17
21
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>`_
Copy file name to clipboardExpand all lines: openshift/prerequisites.rst
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
.. Date: November 26 2021
2
2
.. Author: kquinn
3
3
4
-
*****************************************
5
-
Prerequisites
6
-
*****************************************
4
+
*******************************************
5
+
Prerequisites for GPU Operator on OpenShift
6
+
*******************************************
7
+
7
8
Before following the steps in this guide, ensure that your environment has:
8
9
9
10
* 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.
0 commit comments