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/base
Markus Lehtonen a053efda64 nfd-master: run a separate gRPC health server
This patch separates the gRPC health server from the deprecated gRPC
server (disabled by default, replaced by the NodeFeature CRD API) used
for node labeling requests. The new health server runs on hardcoded TCP
port number 8082.

The main motivation for this change is to make the Kubernetes' built-in
gRPC liveness probes to function if TLS is enabled (as they don't
support TLS).

The health server itself is a naive implementation (as it was before),
basically only checking that nfd-master has started and hasn't crashed.
The patch adds a TODO note to improve the functionality.
2024-01-04 13:58:26 +02:00
..
gc nfd-gc: add metrics 2023-10-09 13:39:28 +00:00
master nfd-master: run a separate gRPC health server 2024-01-04 13:58:26 +02:00
nfd-crds apis/nfd: add matchName field in feature matcher terms 2023-12-15 11:32:23 +02:00
noderesourcetopologies-crd nrt-api: Update to v0.1.0 to use v1alpha2 2023-02-09 12:03:18 +01:00
rbac Add new flag enable-leader-election for nfd-master. 2023-05-15 13:30:07 +02:00
rbac-topologyupdater nfd-topology-updater: update NodeResourceTopology objects directly 2022-12-08 11:03:22 +02:00
topologyupdater-daemonset nfd-topology-updater: add metrics support 2023-08-04 16:48:37 +03:00
worker-daemonset Enable metrics via prometheus operator 2023-07-21 10:59:52 +02:00
worker-job nfd-worker: support creating NodeFeatures object 2022-12-14 07:31:28 +02:00