Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#flytekit
Title
# flytekit
h
Hampus Rosvall
05/02/2022, 12:30 PM
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
Prafulla Mahindrakar
05/02/2022, 12:57 PM
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
Hampus Rosvall
05/02/2022, 12:59 PM
Super! Thanks 🙂
3 Views
Post