mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 20:26:32 +00:00
The health-checker binary honors --cri-timeout when passed via custom plugin rule args. The default containerd configs omitted the flag, so crictl used the 2s built-in default. Add --cri-timeout=10s to the sample Linux and Windows containerd configs. Signed-off-by: dpacgdm <dpac.gdm@gmail.com>