Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instance-Ingress is being cascade-deleted #81

Open
iyannsch opened this issue Nov 26, 2024 · 0 comments
Open

Instance-Ingress is being cascade-deleted #81

iyannsch opened this issue Nov 26, 2024 · 0 comments

Comments

@iyannsch
Copy link
Contributor

Hey folks,

I recently noticed that the instance-ingress is deleted when I remove all my AppDefinitions from the respective namespace.

Steps to reproduce:

  1. Verify that the ingress (default theia-cloud-demo-ws-ingress) is existent and working
  2. Delete all installed AppDefinitions
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant