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
Bug fix: failure to clean-up during CS Machine provisioning if VM provisioned to error state. (kubernetes-sigs#58)
* Deleting capi machine (instead of cs machine) upon VM detected in error state.
* Added rbac permissions to enable the CloudStackMachine controller to delete/patch CAPI machines. Fixed race condition that occurs when VMs create in the error state by a) detecting this, and b) adding a finalizer when detected. Enabled the use of klog parameters on the command line.
* Defensively narrowed the scope of VM looked up after provisioning error.
* Fixed broken unit test setup, to accomodate new calls made in the last commit.
0 commit comments