mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-06 08:47:04 +00:00
8 lines
243 B
Text
8 lines
243 B
Text
|
## key = node name, value = list of resources to be excluded.
|
||
|
## use * to exclude from all nodes.
|
||
|
## an example for how the exclude list should looks like
|
||
|
#excludeList:
|
||
|
# node1: [cpu]
|
||
|
# node2: [memory, example/deviceA]
|
||
|
# *: [hugepages-2Mi]
|