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 f13ed2d91c nfd-topology-updater: update NodeResourceTopology objects directly
Drop the gRPC communication to nfd-master and connect to the Kubernetes
API server directly when updating NodeResourceTopology objects.
Topology-updater already has connection to the API server for listing
Pods so this is not that dramatic change. It also simplifies the code
a lot as there is no need for the NFD gRPC client and no need for
managing TLS certs/keys.

This change aligns nfd-topology-updater with the future direction of
nfd-worker where the gRPC API is being dropped and replaced by a
CRD-based API.

This patch also update deployment files and documentation to reflect
this change.
2022-12-08 11:03:22 +02:00
..
data test/e2e: add tests for NodeFeatureRules 2022-10-11 17:23:52 +03:00
utils nfd-topology-updater: update NodeResourceTopology objects directly 2022-12-08 11:03:22 +02:00
e2e-test-config.example.yaml e2e: add basic topology updater test 2022-08-11 08:53:01 +02:00
e2e_test.go Update e2e test to work with updated dependencies 2020-11-18 13:09:13 +02:00
framework.go go.mod: update kubernetes to v1.25.0 2022-09-09 10:55:03 +03:00
node_feature_discovery.go test/e2e: no pod restart policy of nfd-worker by default 2022-12-01 16:14:11 +02:00
topology_updater.go nfd-topology-updater: update NodeResourceTopology objects directly 2022-12-08 11:03:22 +02:00