Open
Description
What would you like to be added:
a mode where NFD worker can update labels without needing to run nfd-master with informer cache of entire nodefeatures, maybe some subset map of nodefeatures just for gc if this issue is implemented: #2021 i.e. just store nodefeatures by name/node.
Why is this needed:
nodefeature CRs can be a footgun if users list them i.e. k get nodefeatures
in a high scale environment.
nfd master also uses a ton of memory at scale.
If nodefeature-worker just handled the labels for its own node then it would alleviate a lot of scale concerns