Skip to content

Commit 03fdb9d

Browse files
authored
Merge pull request #80502 from openshift-cherrypick-robot/cherry-pick-79781-to-enterprise-4.17
[enterprise-4.17] Fix typo in PSAP section for NFD operator
2 parents f75998d + 97dd10f commit 03fdb9d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/creating-nfd-cr-cli.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
As a cluster administrator, you can create a `NodeFeatureDiscovery` CR instance by using the {oc-first}.
1010

11+
[NOTE]
12+
====
13+
The `spec.operand.image` setting requires a `-rhel9` image to be defined for use with {product-title} releases 4.13 and later.
14+
====
15+
16+
The following example shows the use of `-rhel9` to acquire the correct image.
17+
1118
.Prerequisites
1219

1320
* You have access to an {product-title} cluster
@@ -31,7 +38,7 @@ spec:
3138
instance: "" # instance is empty by default
3239
topologyupdater: false # False by default
3340
operand:
34-
image: registry.redhat.io/openshift4/ose-node-feature-discovery:v{product-version}
41+
image: registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9:v{product-version}
3542
imagePullPolicy: Always
3643
workerConfig:
3744
configData: |

0 commit comments

Comments
 (0)