How does Flyte handle Pod clean up? I currently ha...
# flytekit
h
How does Flyte handle Pod clean up? I currently have ~30-40 pods in one of my namespaces. Should I do that manually or is this configured else where?
p
The default TTL for the workflows to be garbage collected is here https://github.com/flyteorg/flytepropeller/blob/abac884976f79c919a6355023c5ee6e9ec51c0b2/pkg/controller/config/config.go#L56 You can reduced it in your propeller config map
❤️ 1
h
Super! Thanks 🙂
164 Views