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
detects hardware features and system configuration on cluster nodes and exposes
109
110
them as node labels. These labels are used by the Intel Device Plugins Operator
110
111
to schedule device plugin pods on appropriate nodes.
@@ -113,12 +114,12 @@ to schedule device plugin pods on appropriate nodes.
113
114
114
115
Follow the Red Hat documentation to install the NFD Operator:
115
116
116
-
- [Install from the CLI](https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/specialized_hardware_and_driver_enablement/psap-node-feature-discovery-operator#install-operator-cli_psap-node-feature-discovery-operator)
117
-
- [Install from the web console](https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/specialized_hardware_and_driver_enablement/psap-node-feature-discovery-operator#install-operator-web-console_psap-node-feature-discovery-operator)
117
+
- [Install from the CLI](https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/specialized_hardware_and_driver_enablement/psap-node-feature-discovery-operator#install-operator-cli_psap-node-feature-discovery-operator)
118
+
- [Install from the web console](https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/specialized_hardware_and_driver_enablement/psap-node-feature-discovery-operator#install-operator-web-console_psap-node-feature-discovery-operator)
118
119
119
120
After installing the operator, create a `NodeFeatureDiscovery` CR instance
120
121
following the
121
-
[Red Hat NFD documentation](https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/specialized_hardware_and_driver_enablement/psap-node-feature-discovery-operator#creating-nfd-cr-cli_psap-node-feature-discovery-operator).
122
+
[Red Hat NFD documentation](https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/specialized_hardware_and_driver_enablement/psap-node-feature-discovery-operator#creating-nfd-cr-cli_psap-node-feature-discovery-operator).
> typically loaded automatically when the corresponding hardware is present and
198
199
> properly configured.
199
200
200
-
> **Note:** As a cluster administrator, you may need to merge these rules with
201
-
> other `NodeFeatureRule` resources already applied on your cluster.
202
-
203
201
### NFD Verification
204
202
205
203
Use the following commands to verify that nodes are labeled correctly:
@@ -292,69 +290,6 @@ via `oc` CLI.
292
290
> check the [Red Hat Ecosystem Catalog](https://catalog.redhat.com/software/container-stacks/detail/61e9f2d7b9cdd99018fc5736)
293
291
> for the latest certified image digests.
294
292
295
-
### Intel GPU Device Plugin
296
-
297
-
#### Prerequisites
298
-
299
-
- NFD labels indicating GPU presence on worker nodes.
300
-
301
-
#### Create via Web Console
302
-
303
-
1. Go to **Operator** → **Installed Operators**.
304
-
2. Open **Intel Device Plugins Operator**.
305
-
3. Navigate to the **Intel GPU Device Plugin** tab.
306
-
4. Click **Create GpuDevicePlugin** → set parameters → click **Create**.
307
-
308
-
#### Create via CLI
309
-
310
-
```yaml
311
-
apiVersion: deviceplugin.intel.com/v1
312
-
kind: GpuDevicePlugin
313
-
metadata:
314
-
name: gpudeviceplugin-sample
315
-
spec:
316
-
image: registry.connect.redhat.com/intel/intel-gpu-plugin@sha256:e2c2ce658e78c35c425f16a4f8e85c5f32ce31848d9b53a644a05e7f8b7f71b0 # check Red Hat Ecosystem Catalog for latest digest
When claiming `i915` resources in your workload, set both limits and requests:
346
-
347
-
```yaml
348
-
spec:
349
-
containers:
350
-
- name: gpu-workload
351
-
resources:
352
-
limits:
353
-
gpu.intel.com/i915: 1
354
-
requests:
355
-
gpu.intel.com/i915: 1
356
-
```
357
-
358
293
### Intel QAT Device Plugin
359
294
360
295
#### Prerequisites
@@ -583,6 +518,69 @@ configuration:
583
518
2. Reference the ConfigMap name in the `provisioningConfig` field of the
584
519
`DsaDevicePlugin`CR.
585
520
521
+
### Intel GPU Device Plugin
522
+
523
+
#### Prerequisites
524
+
525
+
- NFD labels indicating GPU presence on worker nodes.
526
+
527
+
#### Create via Web Console
528
+
529
+
1. Go to **Operator** → **Installed Operators**.
530
+
2. Open **Intel Device Plugins Operator**.
531
+
3. Navigate to the **Intel GPU Device Plugin** tab.
532
+
4. Click **Create GpuDevicePlugin** → set parameters → click **Create**.
533
+
534
+
#### Create via CLI
535
+
536
+
```yaml
537
+
apiVersion: deviceplugin.intel.com/v1
538
+
kind: GpuDevicePlugin
539
+
metadata:
540
+
name: gpudeviceplugin-sample
541
+
spec:
542
+
image: registry.connect.redhat.com/intel/intel-gpu-plugin@sha256:e2c2ce658e78c35c425f16a4f8e85c5f32ce31848d9b53a644a05e7f8b7f71b0 # check Red Hat Ecosystem Catalog for latest digest
0 commit comments