incalculable-ice-13425
08/22/2023, 5:49 AMtall-lock-23197
incalculable-ice-13425
08/23/2023, 5:28 AMtall-lock-23197
max-ttl-hours
? https://docs.flyte.org/en/latest/deployment/configuration/generated/flytepropeller_config.html#max-ttl-hours-intincalculable-ice-13425
08/23/2023, 6:48 AMtall-lock-23197
kubectl -n flyte edit cm flyte-sandbox-config
2. Under propeller
, you can add max-ttl-hours
apiVersion: v1
data:
000-core.yaml: |
admin:
endpoint: localhost:8089
insecure: true
catalog-cache:
endpoint: localhost:8081
insecure: true
type: datacatalog
cluster_resources:
standaloneDeployment: false
templatePath: /etc/flyte/cluster-resource-templates
logger:
show-source: true
level: 6
propeller:
create-flyteworkflow-crd: true
max-ttl-hours: 48
webhook:
...
incalculable-ice-13425
08/23/2023, 6:54 AM