Skip to content

Commit c23f3c0

Browse files
committed
Extend documentation around disabling NST
1 parent 9db2acc commit c23f3c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/book/src/tasks/healthcheck.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ spec:
4040
# (Optional) nodeStartupTimeout determines how long a MachineHealthCheck should wait for
4141
# a Node to join the cluster, before considering a Machine unhealthy.
4242
# Defaults to 10 minutes if not specified.
43-
# Set to 0 to disable this check.
43+
# Set to 0 to disable the node startup timeout.
44+
# Disabling this timeout will prevent a Machine from being considered unhealthy when
45+
# the Node it created has not yet registered with the cluster. This can be useful when
46+
# Nodes take a long time to start up or when you only want condition based checks for
47+
# Machine health.
4448
nodeStartupTimeout: 10m
4549
# selector is used to determine which Machines should be health checked
4650
selector:

0 commit comments

Comments
 (0)