We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f75998d + 97dd10f commit 03fdb9dCopy full SHA for 03fdb9d
modules/creating-nfd-cr-cli.adoc
@@ -8,6 +8,13 @@
8
9
As a cluster administrator, you can create a `NodeFeatureDiscovery` CR instance by using the {oc-first}.
10
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
18
.Prerequisites
19
20
* You have access to an {product-title} cluster
@@ -31,7 +38,7 @@ spec:
31
38
instance: "" # instance is empty by default
32
39
topologyupdater: false # False by default
33
40
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}
35
42
imagePullPolicy: Always
36
43
workerConfig:
37
44
configData: |
0 commit comments