You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently delete operations depend on devstream.state file.
If I accidentally delete the state file, or the apply execution is halfway interruptted, there is no state in the state file at all. At this time, there is actually some modifications in the environment, but I have no way to delete this data.For example, helm install fails due to the image pull timeout. At this time, there is no information in the a file, but my application is actually installed. But I have no way to uninstall it. So I think we can add a --force flag to implement the uninstall operation no matter what is in the state file.
The text was updated successfully, but these errors were encountered:
Description
Currently delete operations depend on devstream.state file.
If I accidentally delete the state file, or the apply execution is halfway interruptted, there is no state in the state file at all. At this time, there is actually some modifications in the environment, but I have no way to delete this data.For example, helm install fails due to the image pull timeout. At this time, there is no information in the a file, but my application is actually installed. But I have no way to uninstall it. So I think we can add a
--force
flag to implement the uninstall operation no matter what is in the state file.The text was updated successfully, but these errors were encountered: