Currently, timeout during VM Deletion in Azure results in the generic error code Internal being returned to the MCM. See driver.DeleteVirtualMachine . This is then set in the Machine.LastOperation.Description.
Why is this needed:
See gardener landscape issue 125
This will allow us the opportunity to use a more suitable higher level error code in gardener ERR_INFRA_DEPENDENCIES to avoid repetitive multiple VO alerts.
What would you like to be added:
Currently, timeout during VM Deletion in Azure results in the generic error code
Internal
being returned to the MCM. See driver.DeleteVirtualMachine . This is then set in theMachine.LastOperation.Description
.We want the error code to be changed to the appropriate code codes.DeadlineExceeded
Why is this needed: See gardener landscape issue 125 This will allow us the opportunity to use a more suitable higher level error code in gardener
ERR_INFRA_DEPENDENCIES
to avoid repetitive multiple VO alerts.