Skip to content

Commit

Permalink
Merge pull request #113 from e0ne/ocp-nfd
Browse files Browse the repository at this point in the history
fix: update NodeFeatureDiscovery to work with the latest OCP
  • Loading branch information
e0ne authored Oct 9, 2024
2 parents 6818dfc + 2caf7c4 commit 4ec0740
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/getting-started-openshift.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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 <https://docs.openshift.com/container-platform/4.16/hardware_enablement/psap-node-feature-discovery-operator.html#creating-nfd-cr-cli_psap-node-feature-discovery-operator>`_.

.. code-block:: bash
oc describe node | grep -E 'Roles|pci' | grep -v "control-plane"
Expand Down

0 comments on commit 4ec0740

Please sign in to comment.