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: articles/openshift/howto-gpu-workloads.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.custom: template-how-to
12
12
13
13
# Use GPU workloads with Azure Red Hat OpenShift
14
14
15
-
This article shows you how to use Nvidia GPU workloads with Azure Red Hat OpenShift (ARO).
15
+
This article shows you how to use NVIDIA GPU workloads with Azure Red Hat OpenShift (ARO).
16
16
17
17
## Prerequisites
18
18
@@ -23,7 +23,7 @@ This article shows you how to use Nvidia GPU workloads with Azure Red Hat OpenSh
23
23
If you need to install an ARO cluster, see [Tutorial: Create an Azure Red Hat OpenShift 4 cluster](create-cluster.md). ARO clusters must be version 4.10.x or higher.
24
24
25
25
> [!NOTE]
26
-
> As of ARO 4.10, it is no longer necessary to set up entitlements to use the Nvidia Operator. This has greatly simplified the setup of the cluster for GPU workloads.
26
+
> As of ARO 4.10, it is no longer necessary to set up entitlements to use the NVIDIA Operator. This has greatly simplified the setup of the cluster for GPU workloads.
27
27
28
28
Linux:
29
29
@@ -247,11 +247,11 @@ Use the following steps to create the new GPU machine. It may take 10-15 minutes
247
247
248
248
You should see a node with the `nvidia-worker-southcentralus1` name that was created previously.
249
249
250
-
## Install Nvidia GPU Operator
250
+
## Install NVIDIA GPU Operator
251
251
252
-
This section explains how to create the `nvidia-gpu-operator` namespace, set up the operator group, and install the Nvidia GPU operator.
252
+
This section explains how to create the `nvidia-gpu-operator` namespace, set up the operator group, and install the NVIDIA GPU operator.
253
253
254
-
1. Create Nvidia namespace.
254
+
1. Create NVIDIA namespace.
255
255
256
256
```yaml
257
257
cat <<EOF | oc apply -f -
@@ -277,7 +277,7 @@ This section explains how to create the `nvidia-gpu-operator` namespace, set up
277
277
EOF
278
278
```
279
279
280
-
1. Get the latest Nvidia channel using the following command:
280
+
1. Get the latest NVIDIA channel using the following command:
281
281
282
282
```bash
283
283
CHANNEL=$(oc get packagemanifest gpu-operator-certified -n openshift-marketplace -o jsonpath='{.status.defaultChannel}')
@@ -289,7 +289,7 @@ This section explains how to create the `nvidia-gpu-operator` namespace, set up
289
289
>
290
290
> To add your Red Hat pull secret on an Azure Red Hat OpenShift cluster, [follow this guidance](howto-add-update-pull-secret.md).
291
291
292
-
1. Get latest Nvidia package using the following command:
292
+
1. Get latest NVIDIA package using the following command:
@@ -513,9 +513,9 @@ Official Documentation for Installing [Node Feature Discovery Operator](https://
513
513
514
514
:::image type="content" source="media/howto-gpu-workloads/nfd-ready-for-use.png" alt-text="Screenshot of node feature discovery operator.":::
515
515
516
-
#### Apply Nvidia Cluster Config
516
+
#### Apply NVIDIA Cluster Config
517
517
518
-
This section explains how to apply the Nvidia cluster config. Please read the [Nvidia documentation](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/openshift/install-gpu-ocp.html) on customizing this if you have your own private repos or specific settings. This process may take several minutes to complete.
518
+
This section explains how to apply the NVIDIA cluster config. Please read the [NVIDIA documentation](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/openshift/install-gpu-ocp.html) on customizing this if you have your own private repos or specific settings. This process may take several minutes to complete.
519
519
520
520
1. Apply cluster config.
521
521
@@ -577,7 +577,7 @@ This section explains how to apply the Nvidia cluster config. Please read the [N
577
577
578
578
## Validate GPU
579
579
580
-
It may take some timefor the Nvidia Operator and NFD to completely install and self-identify the machines. Run the following commands to validate that everything is running as expected:
580
+
It may take some timefor the NVIDIA Operator and NFD to completely install and self-identify the machines. Run the following commands to validate that everything is running as expected:
581
581
582
582
1. Verify that NFD can see your GPU(s).
583
583
@@ -594,11 +594,11 @@ It may take some time for the Nvidia Operator and NFD to completely install and
594
594
595
595
1. Verify node labels.
596
596
597
-
You can see the node labels by logging into the OpenShift console -> Compute -> Nodes -> nvidia-worker-southcentralus1-. You should see multiple Nvidia GPU labels and the pci-10de device from above.
597
+
You can see the node labels by logging into the OpenShift console -> Compute -> Nodes -> nvidia-worker-southcentralus1-. You should see multiple NVIDIA GPU labels and the pci-10de device from above.
598
598
599
599
:::image type="content" source="media/howto-gpu-workloads/node-labels.png" alt-text="Screenshot of GPU labels on OpenShift console.":::
0 commit comments