Skip to content

Commit 9db2acc

Browse files
committed
Update docs to add note about disabling startup timeout
1 parent 6010a01 commit 9db2acc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/book/src/tasks/healthcheck.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ spec:
3838
# (Optional) maxUnhealthy prevents further remediation if the cluster is already partially unhealthy
3939
maxUnhealthy: 40%
4040
# (Optional) nodeStartupTimeout determines how long a MachineHealthCheck should wait for
41-
# a Node to join the cluster, before considering a Machine unhealthy
41+
# a Node to join the cluster, before considering a Machine unhealthy.
42+
# Defaults to 10 minutes if not specified.
43+
# Set to 0 to disable this check.
4244
nodeStartupTimeout: 10m
4345
# selector is used to determine which Machines should be health checked
4446
selector:

0 commit comments

Comments
 (0)