GetMachineStatus
prevents machine deletion in case of Unitialised
error code
#926
Labels
area/performance
Performance (across all domains, such as control plane, networking, storage, etc.) related
area/robustness
Robustness, reliability, resilience related
kind/bug
Bug
priority/1
Priority (lower number equals higher priority)
status/closed
Issue is closed (either delivered or triaged)
How to categorize this issue?
/area performance
/area robustness
/kind bug
/priority 1
What happened:
With #898, we introduced
InitializeMachine
in the driver API. There is an edge case here where an initialized machine can cause its deletion to be stuck (See landscape-issues 147). This happens because of thetriggerDeletionFlow
callsGetMachineStatus
ingetVMStatus
stage. (Seemachine-controller-manager/pkg/util/provider/machinecontroller/machine_util.go
Line 916 in 0a6589d
Unitialized
error code is not done here causing the deletion to get stuck.What you expected to happen:
The deletion of an initialized machine should not get stuck.
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: