rancher v2.15.1

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.

1 fields
Cluster.spec.rkeConfig.machinePools[].nodeStartupTimeout fields and descriptions
Field / TypeDescription
Cluster.spec.rkeConfig.machinePools[].nodeStartupTimeout
string

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.

  • nullable