From 2caf7c4c2bd35df9d17aa76fb008d0466eb0be72 Mon Sep 17 00:00:00 2001 From: Ivan Kolodiazhnyi Date: Mon, 7 Oct 2024 09:24:07 +0300 Subject: [PATCH] fix: update NodeFeatureDiscovery to work with the latest OCP Signed-off-by: Ivan Kolodiazhnyi --- docs/getting-started-openshift.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/getting-started-openshift.rst b/docs/getting-started-openshift.rst index ab14cd43..c9d75ef7 100644 --- a/docs/getting-started-openshift.rst +++ b/docs/getting-started-openshift.rst @@ -58,8 +58,7 @@ An example of Node Feature Discovery configuration: namespace: openshift-nfd spec: operand: - namespace: openshift-nfd - image: registry.redhat.io/openshift4/ose-node-feature-discovery:v4.10 + image: registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9:v4.16 imagePullPolicy: Always workerConfig: configData: | @@ -72,11 +71,11 @@ An example of Node Feature Discovery configuration: - "0207" deviceLabelFields: - vendor - customConfig: - configData: "" Verify that the following label is present on the nodes containing NVIDIA networking hardware: `feature.node.kubernetes.io/pci-15b3.present=true` +For more details please read official NFD `documentation `_. + .. code-block:: bash oc describe node | grep -E 'Roles|pci' | grep -v "control-plane"