Set auto-repair=true by default for health check monitors.

This commit is contained in:
Archit Bansal
2020-07-15 18:57:53 -07:00
parent 061e977d1c
commit 84188cc0aa
2 changed files with 2 additions and 2 deletions
+1 -1
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"
],
+1 -1
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"
],