When deploying a SparkApplication, for each execution of it (using sleep), a configmap and service is created. These configmaps and secrets never get deleted over time.
The spark-operator should clean these file (maybe leave just the last 10; this could be configurable).
When deploying a SparkApplication, for each execution of it (using sleep), a configmap and service is created. These configmaps and secrets never get deleted over time.
The spark-operator should clean these file (maybe leave just the last 10; this could be configurable).
Best regards