mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-03-01 17:20:25 +00:00
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:
@@ -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"
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user