After clusterctl move, vsphere worker machines take ~10-12 minutes to go to "Running" phase #1211
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
/kind bug
What steps did you take and what happened:
Created a self-managed capv cluster following steps in the quickstart book
What did you expect to happen:
The worker machines' status field has the nodeRef value set after move, because of which it can be considered ready, but its phase is
Provisioned
and notReady
for about 10-12 minutes after the move.Anything else you would like to add:
These are the Machine.Status fields of a worker machine post move, the difference between the
NodeHealthy
andReady
conditions' timestamps is ~13 min, which is the time taken for Machine to go to "Running" phase.And after move before those 13 minutes finish, the
Ready
condition is set toFalse
withWaitingForClusterInfrastructure
and none of the addresses are set.Environment
kubectl version
): 1.19/etc/os-release
): Ubuntu 18.04The text was updated successfully, but these errors were encountered: