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
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
..
_includes/templates docs: update jekyll-rdt-theme to v2.0.10 2021-10-11 11:26:37 +03:00
contributing docs: restructure docs 2022-11-03 10:26:56 +02:00
deployment deployment: add startupProbe for nfd-master 2024-12-12 20:00:49 +02:00
developer-guide Merge pull request #1889 from ChaoyiHuang/fixtiltup 2024-11-06 10:03:30 +00:00
get-started Drop support for hooks 2024-11-04 14:50:07 +01:00
reference Merge pull request #1951 from marquiz/devel/nodefeature-ga 2024-11-08 08:50:43 +00:00
usage Detect AMXFP8 cpuid feature 2024-11-26 14:39:18 +02:00
.gitignore docs: initial site setup 2020-10-08 10:50:04 +03:00
404.html docs: initial site setup 2020-10-08 10:50:04 +03:00
_config.yml docs: use jekyll-rtd-theme from a ruby gem 2024-08-08 23:33:37 +03:00
Gemfile docs: use jekyll-rtd-theme from a ruby gem 2024-08-08 23:33:37 +03:00
Gemfile.lock docs: use jekyll-rtd-theme from a ruby gem 2024-08-08 23:33:37 +03:00
index.html docs: add landing page and quick-start guide 2020-10-29 13:29:10 +02:00
mdl-style.rb Make mdlint v0.13 happy 2023-10-25 21:21:11 +02:00