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/deployment/overlays
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
..
default pkg/apis/nfd: specify CRD for custom labeling rules 2021-11-17 13:40:23 +02:00
default-combined pkg/apis/nfd: specify CRD for custom labeling rules 2021-11-17 13:40:23 +02:00
default-job pkg/apis/nfd: specify CRD for custom labeling rules 2021-11-17 13:40:23 +02:00
master-worker-topologyupdater kustomize: topology-updater: enable the configuration via kustomization 2022-11-21 21:31:14 +02:00
prune kustomize: add prune overlay 2021-08-18 15:10:25 +03:00
samples Merge pull request #701 from marquiz/devel/deployment-custom-rule 2022-01-05 09:53:48 -08:00
topologyupdater nfd-topology-updater: update NodeResourceTopology objects directly 2022-12-08 11:03:22 +02:00