stacklio / stackl

An open source, end-to-end application orchestration platform.
https://stackl.io
GNU General Public License v3.0
5 stars 4 forks source link

(CLI) No way to delete failing instances #234

Closed mieel closed 2 years ago

mieel commented 3 years ago

Expected Result

When developing, stacks are constantly created dev/test environments. However, in a lot of cases one of the FDIs are failing (that's why we are testing). stackl delete should remove the instance from the stackl get list, even if the instance is failing (bad plan or bad role)

Actual Result

Error occurs during one of the pods, blocking from the instance being deleted.

Potential Causes, Fixes or Additional Information

Provide a way to hard delete the instance from the CLI, when stackl can't do this cleanly, the user should be warned that any remaining resources should be removed manually (which at this point would be already been done anyways).