File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -137,3 +137,15 @@ e1000 0000:00:12.0 ens18: renamed from eth0
137137```
138138
139139If you absolutely must mix interface types, make sure that the default network interface is the one that comes up first.
140+
141+ ## Machine deletion deadlock
142+ Sometimes machines do not delete because some resource needs to be reconciled before
143+ deletion can happen, but these resources can not reconcile (for example nodes may not drain).
144+ To fix deletion deadlocks in such cases:
145+ - Remove ` ipaddresses ` and ` ipaddressclaims ` for the relevant machines
146+ - Remove the ` proxmoxmachine ` finalizer by editing ` proxmoxmachines <machine> `
147+ - Delete the ` proxmoxmachine `
148+ - Remove the ` machine ` finalizer by editing ` machines <machine> `
149+ - Delete the ` machine `
150+
151+ After these steps, VMs may linger in proxmox. Carefully remove those.
You can’t perform that action at this time.
0 commit comments