Skip to content

Commit 84188cc

Browse files
committed
Set auto-repair=true by default for health check monitors.
1 parent 061e977 commit 84188cc

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)