Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MHC: need Cluster infra for node startup timeout
Change the MachineHealthCheck logic to look at the Cluster's infrastructure ready condition instead of a Machine's last updated time when determining if the Machine has exceeded the node startup timeout. A node can't bootstrap until after the cluster's infrastructure is ready, and we need to base node startup timeout on that value. In the future, we should compare against a control plane ready condition, when that is a contractual requirement. Signed-off-by: Andy Goldstein <[email protected]>
- Loading branch information