-
- Downloads
fix(longhorn): Add safety net for deletion
This patch should prevent flux from deleting the longhorn namespace, which contains all the data of the cluster by accident. While this takes the namespace out of the flux management when it comes to cleaning up, after this weekend's endevor of recovering from an accidentally deleted namespace, this seems to worth the hassle. It's a simple solution to a complicated problem. Since the deletion of the helm chart, will break application, but should not delete all data, just the runtime that manages it, this should be fine to recover in worst case. Without having to resort the backups.
Loading
Please register or sign in to comment