diff --git a/config/health-checker-containerd.json b/config/health-checker-containerd.json index a6fe0b95..4e890f85 100644 --- a/config/health-checker-containerd.json +++ b/config/health-checker-containerd.json @@ -25,6 +25,7 @@ "--component=cri", "--enable-repair=true", "--cooldown-time=2m", + "--cri-timeout=10s", "--health-check-timeout=60s" ], "timeout": "3m" diff --git a/config/windows-health-checker-containerd.json b/config/windows-health-checker-containerd.json index 329e1a66..7f82ab1e 100644 --- a/config/windows-health-checker-containerd.json +++ b/config/windows-health-checker-containerd.json @@ -25,10 +25,10 @@ "--component=cri", "--enable-repair=true", "--cooldown-time=2m", + "--cri-timeout=10s", "--health-check-timeout=60s" ], "timeout": "3m" } ] } - \ No newline at end of file