1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/test/e2e
Markus Lehtonen 68c3bf317b test/e2e: fix node cleanup function
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.
2023-04-05 15:09:25 +03:00
..
data test: implement e2e test of the deny-label-ns flag 2023-03-10 11:11:36 +01:00
utils Merge pull request #1084 from AhmedGrati/feat-add-master-config-file 2023-04-04 10:41:40 -07:00
e2e-test-config.example.yaml e2e: add basic topology updater test 2022-08-11 08:53:01 +02:00
e2e_test.go test/e2e: drop deprecated rand.Seed() 2023-02-16 19:22:35 +02:00
framework.go go.mod: update kubernetes to v1.25.0 2022-09-09 10:55:03 +03:00
node_feature_discovery_test.go test/e2e: fix node cleanup function 2023-04-05 15:09:25 +03:00
topology_updater_test.go e2e: reactive updates test 2023-03-12 12:43:17 +02:00