gorgeous-beach-23305
10/13/2023, 12:28 PMdelete-resource-on-finalize
which kills the pods immediately and we are losing logs due to this as Datadog is not able to that quickly scrape logs from short lived pods. I see there is a way to do this via configmap, we are using flyte-binary
deployment, I can't find where exactly to put this setting? Can someone help?tall-lock-23197
gc-interval
in the admin configuration?tall-lock-23197
gorgeous-beach-23305
10/16/2023, 7:56 AMflyte-binary
values.yaml but it didn't work.
configuration:
inlineConfigMap: """
schedulerConfig:
gc-interval: 2m #can leave blank for 30m
delete-resource-on-finalize: false
"""
and
flyte-core-components:
admin:
schedulerConfig:
gc-interval: 2m #can leave blank for 30m
delete-resource-on-finalize: false
Are either of these correct? Or is there some other section I should be putting this setting under?tall-lock-23197