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
fix: wait for infra machine info to be collected before powering off
There were cases when an infra machine was accepted, it was powered off by the infra provider too quickly, before its specs were populated by the `MachineStatus` poller. This caused additional issues as some other resources like `SchematicConfiguration` were also never created, blocking cluster creation.
Address this by setting the preferred power state of the infra machine to ON until its status is populated (we check this by checking the secure boot status field).
Additionally, clean up `InfraMachineConfig` resources (user-managed) when a machine is deleted.
Signed-off-by: Utku Ozdemir <[email protected]>
0 commit comments