mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
68c3bf317b
The node cleanup function was not removing all NFD-labels. It omitted NFD-originated labels that used a non-default label namespace. This patch fixes the issue by getting all NFD-managed labels from the special annotation (nfd.node.kubernetes.io/feature-labels). The patch also adds the ability to cleanup extended resources in a similar way. This will be needed by future work. Also changes the order of cleaning up CRs and the node. It is the right order as cleaning up the CRs may still update the node. |
||
---|---|---|
.. | ||
data | ||
utils | ||
e2e-test-config.example.yaml | ||
e2e_test.go | ||
framework.go | ||
node_feature_discovery_test.go | ||
topology_updater_test.go |