Skip to content

Commit 27f1e77

Browse files
authored
Merge pull request #443 from abansal4032/health-check-enable-repair
Set auto-repair=true by default for health check monitors.
2 parents 061e977 + 84188cc commit 27f1e77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/health-checker-docker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"path": "/home/kubernetes/bin/health-checker",
2424
"args": [
2525
"--component=docker",
26-
"--enable-repair=false",
26+
"--enable-repair=true",
2727
"--cooldown-time=2m",
2828
"--health-check-timeout=60s"
2929
],

config/health-checker-kubelet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"path": "/home/kubernetes/bin/health-checker",
2424
"args": [
2525
"--component=kubelet",
26-
"--enable-repair=false",
26+
"--enable-repair=true",
2727
"--cooldown-time=1m",
2828
"--health-check-timeout=10s"
2929
],

0 commit comments

Comments
 (0)