diff --git a/docs/getting-started-openshift.rst b/docs/getting-started-openshift.rst index 7b2dae1..646d19a 100644 --- a/docs/getting-started-openshift.rst +++ b/docs/getting-started-openshift.rst @@ -57,8 +57,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: | @@ -71,11 +70,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"