hundreds-engineer-66892
05/24/2023, 11:01 AM@kubernetes the step gets its own pod, yet i notice that for each subsequent run a new pod is spawned. is it possible to stop/delete the pod automatically after the flow is done?user
05/24/2023, 3:33 PM@kubernetes or having --with kubernetes on the cli results in the following:
• Every @step runs as a Kubernetes job (which spawns a pod)
• The Kubernetes job has a TTL of 7 days. So, the pods will get deleted after 7 days automatically.
• As a user, you don't have to delete the pods yourself.ancient-application-36103
05/24/2023, 4:32 PM