Skip to content

Commit e682da5

Browse files
authored
Apply suggestions from PR review
1 parent 49ff41b commit e682da5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/openshift/howto-gpu-workloads.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,12 @@ This section explains how to create the `nvidia-gpu-operator` namespace, set up
244244
```bash
245245
CHANNEL=$(oc get packagemanifest gpu-operator-certified -n openshift-marketplace -o jsonpath='{.status.defaultChannel}')
246246
```
247-
> **_NOTE:_** If your cluster was created without providing the pull secret, the cluster will not include samples or operators from Red Hat or from certified partners. This will result in the following error message:
248-
> *Error from server (NotFound): packagemanifests.packages.operators.coreos.com "gpu-operator-certified" not found.* To add your Red Hat pull secret on an Azure Red Hat OpenShift cluster, [follow this guidance](howto-add-update-pull-secret.md).
247+
> [!NOTE]
248+
> If your cluster was created without providing the pull secret, the cluster won't include samples or operators from Red Hat or from certified partners. This will result in the following error message:
249+
>
250+
> *Error from server (NotFound): packagemanifests.packages.operators.coreos.com "gpu-operator-certified" not found.*
251+
>
252+
> To add your Red Hat pull secret on an Azure Red Hat OpenShift cluster, [follow this guidance](howto-add-update-pull-secret.md).
249253
250254
1. Get latest Nvidia package using the following command:
251255

0 commit comments

Comments
 (0)