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 6010a01 commit 9db2accCopy full SHA for 9db2acc
docs/book/src/tasks/healthcheck.md
@@ -38,7 +38,9 @@ spec:
38
# (Optional) maxUnhealthy prevents further remediation if the cluster is already partially unhealthy
39
maxUnhealthy: 40%
40
# (Optional) nodeStartupTimeout determines how long a MachineHealthCheck should wait for
41
- # a Node to join the cluster, before considering a Machine unhealthy
+ # 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.
44
nodeStartupTimeout: 10m
45
# selector is used to determine which Machines should be health checked
46
selector:
0 commit comments