1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-06 16:57:10 +00:00
node-feature-discovery/pkg/nfd-master
Markus Lehtonen 0b0aed2318 nfd-master: serve metrics and healthz endpoint on the same port
Changes the gRPC health endpoint to plain http. At the same time starts
serving both the metrics and healthz endpoints on a single port.
Replaces the -metrics and -grpc-health command line flags with a single
-port flag.

Changes the Helm and kustomize deployments correspondingly.
2025-02-04 10:30:58 +02:00
..
metrics.go chore: add metrics system prefix 2024-11-28 09:57:40 +08:00
namespace-lister.go nfd-master: check that namespace informer cache sync succeeded 2024-12-02 12:46:25 +02:00
nfd-api-controller.go nfd-master: check that namespace informer cache sync succeeded 2024-12-02 12:46:25 +02:00
nfd-api-controller_test.go nfd-master: check that namespace informer cache sync succeeded 2024-12-02 12:46:25 +02:00
nfd-master-internal_test.go nfd-master: drop resourceLabels 2024-11-07 15:16:52 +02:00
nfd-master.go nfd-master: serve metrics and healthz endpoint on the same port 2025-02-04 10:30:58 +02:00
nfd-master_test.go Drop NFD gRPC API 2024-10-29 15:15:18 +01:00
updater-pool.go nfd-master: use Typed* workqueue types 2024-10-30 12:25:16 +02:00
updater-pool_test.go nfd-master: explicit state variable for the node updater pool 2024-08-19 13:27:56 +03:00