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
We are spinning instances as spot, what is happening is from time to time those instances are dellocated as so they appear as stopped and when the destroy action take place it ends up failing due to:
{"level":"error","msg":"failed to destroy stack: exit status 255\ncode: 255\nstdout: Destroying (stackCreateWindowsDesktop-windows-desktop-10-22h2-ent-e2e-openshift):\n\n - command:remote:Command awd-cmd deleting (0s) \n@ destroying....\n - command:remote:Command awd-cmd deleted (1s) \n@ destroying....\n - azure-native:compute:VirtualMachineExtension awd-ext deleting (0s) \n@ destroying......\n - azure-native:compute:VirtualMachineExtension awd-ext deleting (3s) error: autorest/azure: Service returned an error. Status=\u003cnil\u003e Code=\"OperationNotAllowed\" Message=\"Cannot modify extensions in the VM when the VM is not running.\"\n - azure-native:compute:VirtualMachineExtension awd-ext **deleting failed** error: autorest/azure: Service returned an error. Status=\u003cnil\u003e Code=\"OperationNotAllowed\" Message=\"Cannot modify extensions in the VM when the VM is not running.\
We need to do not destroy the extension on destoy (as it does not have a resource on azure). Check if this is true
The text was updated successfully, but these errors were encountered:
We are spinning instances as spot, what is happening is from time to time those instances are dellocated as so they appear as stopped and when the destroy action take place it ends up failing due to:
We need to do not destroy the extension on destoy (as it does not have a resource on azure). Check if this is true
The text was updated successfully, but these errors were encountered: