1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-15 13:07:48 +00:00
node-feature-discovery/test/e2e
Markus Lehtonen 02b6b7395c Drop dynamic run-time reconfiguration
Simplify the code and reduce possible error scenarios by dropping
fsnotify-based reconfiguration from nfd-master and nfd-worker. Also
eliminates repeated re-configuration in scenarios where kubelet
continuosly touches the (every minute) mounted file (configmap) on the
filesystem.

Also modifies the Helm and kustomize deployments so that nfd-master,
nfd-worker and nfd-topology-updater pods are restarted on configmap
updates. In kustomize, the slght downside of this is the name of the
config map(s) depends on the content, so every time a user customizes
the config data, the old unused configmap will be left and must be
garbage-collected manually.
2024-08-21 12:46:36 +03:00
..
data Add NodeFeatureGroup CRD 2024-05-23 16:34:08 +02:00
utils Add optionable arguments to NewWorker 2024-07-09 15:08:26 +02:00
e2e-test-config.example.yaml source/cpu: drop deprecated cpu-rdt labels 2023-12-22 17:29:00 +02:00
e2e_test.go test/e2e: simplify TestMain 2024-08-12 14:17:27 +03:00
framework.go Makefile: add env var controls to make test targets configurable 2023-12-08 17:48:00 +01:00
gomega.go Use non-exp maps package 2023-12-12 17:31:25 +02:00
nfd_gc_test.go Move NFD api to a separate go mod 2024-04-05 16:35:47 +02:00
node_feature_discovery_test.go Drop dynamic run-time reconfiguration 2024-08-21 12:46:36 +03:00
topology_updater_test.go test/e2e: specify -sleep-interval in topology-updater exclude-memory test 2024-07-16 12:47:08 +03:00