Skip to content

Commit 4ec0740

Browse files
authored
Merge pull request #113 from e0ne/ocp-nfd
fix: update NodeFeatureDiscovery to work with the latest OCP
2 parents 6818dfc + 2caf7c4 commit 4ec0740

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/getting-started-openshift.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ An example of Node Feature Discovery configuration:
5757
namespace: openshift-nfd
5858
spec:
5959
operand:
60-
namespace: openshift-nfd
61-
image: registry.redhat.io/openshift4/ose-node-feature-discovery:v4.10
60+
image: registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9:v4.16
6261
imagePullPolicy: Always
6362
workerConfig:
6463
configData: |
@@ -71,11 +70,11 @@ An example of Node Feature Discovery configuration:
7170
- "0207"
7271
deviceLabelFields:
7372
- vendor
74-
customConfig:
75-
configData: ""
7673
7774
Verify that the following label is present on the nodes containing NVIDIA networking hardware: `feature.node.kubernetes.io/pci-15b3.present=true`
7875

76+
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>`_.
77+
7978
.. code-block:: bash
8079
8180
oc describe node | grep -E 'Roles|pci' | grep -v "control-plane"

0 commit comments

Comments
 (0)