DataCater/datacater

Stateful set python-runner does not get cleaned up

flippingbits opened this issue · 2 comments

When uninstalling DataCater via kubectl delete -f ..., all DataCater resources except the python-runner stateful set get removed.

We should fix this to leave a clean Kubernetes namespace after removing DataCater.

Is there a Quarkus / Kubernetes event, that we might use for this? Otherwise, let us remove the initiation of our python-runner StatefulSet from the application and build it into helm.

This should be fixed now, closing the issue.