1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-18 14:28:25 +00:00
node-feature-discovery/test/e2e/utils
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
..
daemonset e2e: separate daemonset functions from pod 2022-11-29 14:39:52 +02:00
pod nfd-topology-updater: update NodeResourceTopology objects directly 2022-12-08 11:03:22 +02:00
config.go test/e2e: fix segfault in case no e2e config file is specified 2022-09-14 11:00:16 +03:00
configmap.go test/e2e: add helper for creating new configmaps 2022-11-24 10:56:15 +02:00
crd.go test/e2e: add tests for NodeFeatureRules 2022-10-11 17:23:52 +03:00
node.go Standardize "k8s.io/api/core/v1" package short name 2022-10-15 02:22:41 +03:00
noderesourcetopology.go e2e: topologyupdater: wait for deletion 2022-11-21 12:26:42 +02:00
rbac.go nfd-topology-updater: update NodeResourceTopology objects directly 2022-12-08 11:03:22 +02:00
service.go Standardize "k8s.io/api/core/v1" package short name 2022-10-15 02:22:41 +03:00