Lukas Bommes
05/17/2023, 10:55 AMconfiguration:
inline:
task_resource_defaults:
task_resources:
defaults:
cpu: 500m
memory: 500Mi
gpu: 0
limits:
cpu: 8
memory: 32Gi
gpu: 1
2. Add the following to helm values.yaml
configuration:
inline:
cluster_resources:
customData:
- production:
- projectQuotaCpu:
value: "5"
- projectQuotaMemory:
value: "4000Mi"
- staging:
- projectQuotaCpu:
value: "2"
- projectQuotaMemory:
value: "3000Mi"
- development:
- projectQuotaCpu:
value: "48"
- projectQuotaMemory:
value: "100Gi"
3. Update task-resource-attributes through flytectl as described here and here.
Any ideas on this? Would be greatly appreciated.Felix Ruess
05/17/2023, 10:58 AMconfigmap.task_resource_defaults
not configuration.inline.task_resource_defaults
task_resources_defaults.yaml
in flyte-admin or so configmap in your cluster...Lukas Bommes
05/17/2023, 11:23 AMBabis Kiosidis
05/17/2023, 11:27 AMinline:
task_resources:
limits:
memory: 10Gi
Lukas Bommes
05/17/2023, 11:40 AMconfiguration:
inline:
task_resources:
defaults:
cpu: 500m
memory: 500Mi
gpu: 0
limits:
cpu: 16
memory: 32Gi
gpu: 1
Thank you so much for your help!David Espejo (he/him)
05/17/2023, 5:08 PMBabis Kiosidis
05/17/2023, 8:52 PM