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/pkg
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
..
apihelper generate: bump tools to their latest versions 2023-07-27 14:29:48 +03:00
apis/nfd Add kubectl-nfd 2023-12-21 16:00:19 +01:00
cpuid pkg/cpuid: lint fixes 2020-05-20 21:48:06 +03:00
generated generate: update kube code-gen to v1.28.4 2023-11-29 18:37:19 +02:00
kubectl-nfd Add kubectl-nfd 2023-12-21 16:00:19 +01:00
labeler generate: bump tools to their latest versions 2023-07-27 14:29:48 +03:00
nfd-gc nfd-gc: add metrics 2023-10-09 13:39:28 +00:00
nfd-master nfd-master: run a separate gRPC health server 2024-01-04 13:58:26 +02:00
nfd-topology-updater Refactor metrics 2023-10-09 10:49:12 +03:00
nfd-worker chore(nfd-worker): fix minor typo in wrong label value format error 2023-12-19 02:29:37 +08:00
podres generate: bump tools to their latest versions 2023-07-27 14:29:48 +03:00
resourcemonitor topology-updater: migrate to structured logging 2023-05-31 14:43:08 +03:00
topologypolicy nrt-api: move from v1alpha1 to v1alpha2 2023-02-09 12:29:54 +01:00
utils Use generics for maps and slices 2023-12-13 12:09:53 +02:00
version version: allow undefined version 2020-03-20 07:21:43 +02:00