mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-16 21:38:23 +00:00
The "combined" overlay, deploying nfd-master and nfd-worker in the same pod (with a daemonset) doesn't make sense anymore as we have enabled NodeFeature API. There is no direct communication between nfd-master and nfd-worker anymore, Moreover, the combined deployment can be seen as broken as there is one NodeFeature controller (i.e. nfd-master) on each node, causing them to race against each other, all processing all NodeFeature objects. |
||
---|---|---|
.. | ||
env.yaml | ||
kustomization.yaml | ||
master-affinity.yaml | ||
master-mounts.yaml | ||
securitycontext.yaml | ||
worker-mounts.yaml |