We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c51d26 commit cebd713Copy full SHA for cebd713
pkg/cloud/instance.go
@@ -282,7 +282,7 @@ func (c *client) GetOrCreateVMInstance(
282
return err
283
}
284
csMachine.Spec.InstanceID = pointer.StringPtr(deployVMResp.Id)
285
-
+ csMachine.Status.Status = metav1.StatusSuccess
286
// Resolve uses a VM metrics request response to fill cloudstack machine status.
287
// The deployment response is insufficient.
288
return c.ResolveVMInstanceDetails(csMachine)
0 commit comments