Skip to content

Commit

Permalink
Update NFD CR
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 committed Nov 23, 2024
1 parent 3f6febf commit efb8a3b
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
apiVersion: nfd.openshift.io/v1
kind: NodeFeatureDiscovery
apiVersion: nfd.openshift.io/v1
metadata:
name: nfd-instance
namespace: openshift-nfd
spec:
customConfig:
configData: |
# - name: "more.kernel.features"
# matchOn:
# - loadedKMod: ["example_kmod3"]
# - name: "more.features.by.nodename"
# value: customValue
# matchOn:
# - nodename: ["special-.*-node-.*"]
operand:
image: 'registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:5ea4ac45cd9e904a6abaf3be160e86962baaf8c4329e213a2454e42e785feb28'
imagePullPolicy: Always
image: 'registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:b0f786e21798c27905c6fdf189bd91cae1f5ddd58ad101a28dbb8b5de92069ce'
imagePullPolicy: IfNotPresent
servicePort: 12000
workerConfig:
configData: |
Expand All @@ -24,7 +33,7 @@ spec:
# stderrthreshold: 2
# v: 0
# vmodule:
## NOTE: the following options are not dynamically run-time
## NOTE: the following options are not dynamically run-time
## configurable and require a nfd-worker restart to take effect
## after being changed
# logDir:
Expand Down Expand Up @@ -116,12 +125,3 @@ spec:
# vendor: ["15b3"]
# device: ["1014", "1017"]
# loadedKMod : ["vendor_kmod1", "vendor_kmod2"]
customConfig:
configData: |
# - name: "more.kernel.features"
# matchOn:
# - loadedKMod: ["example_kmod3"]
# - name: "more.features.by.nodename"
# value: customValue
# matchOn:
# - nodename: ["special-.*-node-.*"]

0 comments on commit efb8a3b

Please sign in to comment.