Cluster.spec.rkeConfig.machinePools[].nodeStartupTimeout
NodeStartupTimeout allows setting the maximum time for MachineHealthCheck to consider a Machine unhealthy if a corresponding Node isn't associated through a `Spec.ProviderID` field. The duration set in this field is compared to the greatest of: - Cluster's infrastructure ready condition timestamp (if available) - Control Plane's initialized condition timestamp (if available) - Machine's infrastructure ready condition timestamp (if available) - Machine's metadata creation timestamp Defaults to 10 minutes. If you wish to disable this feature, set the value explicitly to 0.
| Field / Type | Description |
|---|---|
Cluster.spec.rkeConfig.machinePools[].nodeStartupTimeout | NodeStartupTimeout allows setting the maximum time for MachineHealthCheck to consider a Machine unhealthy if a corresponding Node isn't associated through a `Spec.ProviderID` field. The duration set in this field is compared to the greatest of: - Cluster's infrastructure ready condition timestamp (if available) - Control Plane's initialized condition timestamp (if available) - Machine's infrastructure ready condition timestamp (if available) - Machine's metadata creation timestamp Defaults to 10 minutes. If you wish to disable this feature, set the value explicitly to 0.
|