File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
As a cluster administrator, you can create a `NodeFeatureDiscovery` CR instance by using the {oc-first} .
10
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
+
11
18
.Prerequisites
12
19
13
20
* You have access to an {product-title} cluster
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: |
You can’t perform that action at this time.
0 commit comments