Merge pull request #443 from abansal4032/health-check-enable-repair

Set auto-repair=true by default for health check monitors.
This commit is contained in:
Kubernetes Prow Robot
2020-07-17 17:48:51 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
"path": "/home/kubernetes/bin/health-checker",
"args": [
"--component=docker",
"--enable-repair=false",
"--enable-repair=true",
"--cooldown-time=2m",
"--health-check-timeout=60s"
],

View File

@@ -23,7 +23,7 @@
"path": "/home/kubernetes/bin/health-checker",
"args": [
"--component=kubelet",
"--enable-repair=false",
"--enable-repair=true",
"--cooldown-time=1m",
"--health-check-timeout=10s"
],