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
Problem description:
With ttlsSecondsAfterFinished we have the possibilty to clean up scheduled task (i.e. jobs and their pods in kubernetes).
Is there also a configuration available for completed pods from (single launchend) tasks and streams?
Although, for launching a task, the UI offers this parameter spring.cloud.deployer.kubernetes to be set, it does not have any affect on the launched and completed task.
Solution description:
Offer TTL also for completed pods not only jobs
Description of alternatives:
Alternatively we run a delete-completed-pods cronjob to cleanup the k8s cluster.
The text was updated successfully, but these errors were encountered:
Problem description:
With ttlsSecondsAfterFinished we have the possibilty to clean up scheduled task (i.e. jobs and their pods in kubernetes).
Is there also a configuration available for completed pods from (single launchend) tasks and streams?
Although, for launching a task, the UI offers this parameter
spring.cloud.deployer.kubernetes
to be set, it does not have any affect on the launched and completed task.Solution description:
Offer TTL also for completed pods not only jobs
Description of alternatives:
Alternatively we run a delete-completed-pods cronjob to cleanup the k8s cluster.
The text was updated successfully, but these errors were encountered: