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/docs/deployment
Markus Lehtonen fb6484fb8d deployment: add startupProbe for nfd-master
This patch mitigates inadvertent termination of nfd-master pods by the
liveness probe on big clusters.

With a recent change nfd-master started to wait (block) for informer
caches to sync before starting the main loop. Consequently, this change
also made the gRPC health enpoint to not respond until the caches have
been synced. In big clusters the syncing the NodeFeature object cache
takes a long time as the objects are big and there's (at least) one per
each node in the cluster. Thus, in big clusters, the liveness probe
kicks in and kills the nfd-master pod before it's ready.
2024-12-12 20:00:49 +02:00
..
helm.md deployment: add startupProbe for nfd-master 2024-12-12 20:00:49 +02:00
image-variants.md Drop support for hooks 2024-11-04 14:50:07 +01:00
index.md docs: describe Kubernetes version compatibility in versions page 2024-07-08 15:28:25 +03:00
kustomize.md Merge pull request #1942 from marquiz/devel/drop-grpc 2024-11-04 11:16:31 +01:00
metrics.md chore: add metrics system prefix 2024-11-28 09:57:40 +08:00
operator.md docs: remove outdated instructions for minimal image 2023-12-01 16:30:55 +02:00
uninstallation.md Merge pull request #1942 from marquiz/devel/drop-grpc 2024-11-04 11:16:31 +01:00