You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tear down of local capi controller is happening
right after triggering the deletion of the
bootstrap machine, leaving almost no time
for the machine deletion event to be handled
resulting in a leftover bootstrap machine.
This commit fixes the issue by checking up to
2 minutes if the bootstrap machine was deleted
prior to destroy the local control plane.
0 commit comments