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: api/v1alpha1/deviceconfig_types.go
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,9 @@ type DriverSpec struct {
94
94
// +kubebuilder:default=true
95
95
Enable*bool`json:"enable,omitempty"`
96
96
97
-
// blacklist amdgpu drivers on the host
97
+
// blacklist amdgpu drivers on the host. Node reboot is required to apply the baclklist on the worker nodes.
98
+
// Not working for OpenShift cluster. OpenShift users please use the Machine Config Operator (MCO) resource to configure amdgpu blacklist.
99
+
// Example MCO resource is available at https://instinct.docs.amd.com/projects/gpu-operator/en/latest/installation/openshift-olm.html#create-blacklist-for-installing-out-of-tree-kernel-module
- description: blacklist amdgpu drivers on the host
232
+
- description: blacklist amdgpu drivers on the host. Node reboot is required
233
+
to apply the baclklist on the worker nodes. Not working for OpenShift cluster.
234
+
OpenShift users please use the Machine Config Operator (MCO) resource to
235
+
configure amdgpu blacklist. Example MCO resource is available at https://instinct.docs.amd.com/projects/gpu-operator/en/latest/installation/openshift-olm.html#create-blacklist-for-installing-out-of-tree-kernel-module
Copy file name to clipboardExpand all lines: bundle/manifests/amd.com_deviceconfigs.yaml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -342,7 +342,10 @@ spec:
342
342
installer URL is https://repo.radeon.com/amdgpu-install by default
343
343
type: string
344
344
blacklist:
345
-
description: blacklist amdgpu drivers on the host
345
+
description: |-
346
+
blacklist amdgpu drivers on the host. Node reboot is required to apply the baclklist on the worker nodes.
347
+
Not working for OpenShift cluster. OpenShift users please use the Machine Config Operator (MCO) resource to configure amdgpu blacklist.
348
+
Example MCO resource is available at https://instinct.docs.amd.com/projects/gpu-operator/en/latest/installation/openshift-olm.html#create-blacklist-for-installing-out-of-tree-kernel-module
Copy file name to clipboardExpand all lines: config/crd/bases/amd.com_deviceconfigs.yaml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -338,7 +338,10 @@ spec:
338
338
installer URL is https://repo.radeon.com/amdgpu-install by default
339
339
type: string
340
340
blacklist:
341
-
description: blacklist amdgpu drivers on the host
341
+
description: |-
342
+
blacklist amdgpu drivers on the host. Node reboot is required to apply the baclklist on the worker nodes.
343
+
Not working for OpenShift cluster. OpenShift users please use the Machine Config Operator (MCO) resource to configure amdgpu blacklist.
344
+
Example MCO resource is available at https://instinct.docs.amd.com/projects/gpu-operator/en/latest/installation/openshift-olm.html#create-blacklist-for-installing-out-of-tree-kernel-module
- description: blacklist amdgpu drivers on the host
203
+
- description: blacklist amdgpu drivers on the host. Node reboot is required
204
+
to apply the baclklist on the worker nodes. Not working for OpenShift cluster.
205
+
OpenShift users please use the Machine Config Operator (MCO) resource to
206
+
configure amdgpu blacklist. Example MCO resource is available at https://instinct.docs.amd.com/projects/gpu-operator/en/latest/installation/openshift-olm.html#create-blacklist-for-installing-out-of-tree-kernel-module
Copy file name to clipboardExpand all lines: helm-charts-k8s/crds/deviceconfig-crd.yaml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -346,7 +346,10 @@ spec:
346
346
installer URL is https://repo.radeon.com/amdgpu-install by default
347
347
type: string
348
348
blacklist:
349
-
description: blacklist amdgpu drivers on the host
349
+
description: |-
350
+
blacklist amdgpu drivers on the host. Node reboot is required to apply the baclklist on the worker nodes.
351
+
Not working for OpenShift cluster. OpenShift users please use the Machine Config Operator (MCO) resource to configure amdgpu blacklist.
352
+
Example MCO resource is available at https://instinct.docs.amd.com/projects/gpu-operator/en/latest/installation/openshift-olm.html#create-blacklist-for-installing-out-of-tree-kernel-module
Copy file name to clipboardExpand all lines: helm-charts-openshift/crds/deviceconfig-crd.yaml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -346,7 +346,10 @@ spec:
346
346
installer URL is https://repo.radeon.com/amdgpu-install by default
347
347
type: string
348
348
blacklist:
349
-
description: blacklist amdgpu drivers on the host
349
+
description: |-
350
+
blacklist amdgpu drivers on the host. Node reboot is required to apply the baclklist on the worker nodes.
351
+
Not working for OpenShift cluster. OpenShift users please use the Machine Config Operator (MCO) resource to configure amdgpu blacklist.
352
+
Example MCO resource is available at https://instinct.docs.amd.com/projects/gpu-operator/en/latest/installation/openshift-olm.html#create-blacklist-for-installing-out-of-tree-kernel-module
0 commit comments