File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
deployment/network-operator Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies:
1515- condition : nfd.enabled
1616 name : node-feature-discovery
1717 repository : " http://kubernetes-sigs.github.io/node-feature-discovery/charts"
18- version : 0.8.2
18+ version : 0.10.1
1919- condition : sriovNetworkOperator.enabled
2020 name : sriov-network-operator
2121 repository : " "
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ sriovNetworkOperator:
2929node-feature-discovery :
3030 image :
3131 pullPolicy : IfNotPresent
32+ nodeFeatureRule :
33+ createCRD : false
3234 master :
3335 instance : " nvidia.networking"
3436 worker :
@@ -41,15 +43,15 @@ node-feature-discovery:
4143 operator : " Equal"
4244 value : " present"
4345 effect : " NoSchedule"
44- config : |
46+ config :
4547 sources :
46- pci:
47- deviceClassWhitelist:
48- - "02"
49- - "0200"
50- - "0207"
51- deviceLabelFields:
52- - vendor
48+ pci :
49+ deviceClassWhitelist :
50+ - " 02"
51+ - " 0200"
52+ - " 0207"
53+ deviceLabelFields :
54+ - vendor
5355
5456
5557# SR-IOV Network Operator chart related values
You can’t perform that action at this time.
0 commit comments