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
I recently noticed that the instance-ingress is deleted when I remove all my AppDefinitions from the respective namespace.
Steps to reproduce:
Verify that the ingress (default theia-cloud-demo-ws-ingress) is existent and working
Delete all installed AppDefinitions
Verify that the ingress is no longer existent
Taking a look at the ownerReferences of the ingress, I can see that all AppDefinitions are listed there. A cascading delete is actually intended functionality judging by the K8s API, right? It still might make sense to stop the ingress from being deleted on accident as getting it back often times includes re-executing the helm chart.
Happy fixing, let me know if I can help 😊
Yannik
The text was updated successfully, but these errors were encountered:
Hey folks,
I recently noticed that the instance-ingress is deleted when I remove all my AppDefinitions from the respective namespace.
Steps to reproduce:
theia-cloud-demo-ws-ingress
) is existent and workingTaking a look at the
ownerReferences
of the ingress, I can see that all AppDefinitions are listed there. A cascading delete is actually intended functionality judging by the K8s API, right? It still might make sense to stop the ingress from being deleted on accident as getting it back often times includes re-executing the helm chart.Happy fixing, let me know if I can help 😊
Yannik
The text was updated successfully, but these errors were encountered: