freezing-shampoo-67249
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.quaint-diamond-37493
05/17/2023, 10:58 AMquaint-diamond-37493
05/17/2023, 10:59 AMquaint-diamond-37493
05/17/2023, 11:03 AMconfigmap.task_resource_defaults
not configuration.inline.task_resource_defaults
quaint-diamond-37493
05/17/2023, 11:05 AMtask_resources_defaults.yaml
in flyte-admin or so configmap in your cluster...freezing-shampoo-67249
05/17/2023, 11:23 AMswift-animal-75798
05/17/2023, 11:27 AMinline:
task_resources:
limits:
memory: 10Gi
swift-animal-75798
05/17/2023, 11:36 AMfreezing-shampoo-67249
05/17/2023, 11:40 AMfreezing-shampoo-67249
05/17/2023, 11:45 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!average-finland-92144
05/17/2023, 5:08 PMswift-animal-75798
05/17/2023, 8:52 PM