Skip to content

Commit 49ff41b

Browse files
Update articles/openshift/howto-gpu-workloads.md
adding the requested changes Co-authored-by: John Marcovecchio <[email protected]>
1 parent 245b575 commit 49ff41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/openshift/howto-gpu-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ 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:_** Be aware that 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, which will cause an error message saying:
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:
248248
> *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).
249249
250250
1. Get latest Nvidia package using the following command:

0 commit comments

Comments
 (0)