[BUG][AZURE] Flag delete_os_disk_on_termination
has no effect when removing cluster
#3065
Closed
8 of 18 tasks
Labels
Describe the bug
In configuration of virtual-machines there is flag
delete_on_termination
set to false, but it doesn't have effect during cluster removal (epicli delete
) and all of the OS disks are removed anyway. Also, when using similar flag for data disk (delete_data_disks_on_termination
), it has no effect.How to reproduce
epicli apply ...
epicli delete ...
on that buildExpected behavior
When setting
delete_on_termination
flag to false (which is default) OS disks should not be removed duringepicli delete
.Config files
Any config
Environment
epicli version: [
epicli --version
]Additional context
On AWS this flag can preserve disks from being removed when removing cluster with
epicli delete
.According to this comment it is because deletion of whole Resource Group.
DoD checklist
The text was updated successfully, but these errors were encountered: