We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db2acc commit c23f3c0Copy full SHA for c23f3c0
docs/book/src/tasks/healthcheck.md
@@ -40,7 +40,11 @@ spec:
40
# (Optional) nodeStartupTimeout determines how long a MachineHealthCheck should wait for
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.
+ # 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.
48
nodeStartupTimeout: 10m
49
# selector is used to determine which Machines should be health checked
50
selector:
0 commit comments