Lev Udaltsov
06/06/2023, 1:34 PMRunning
with the following error:
Exceeded resourcequota: [BackOffError] The operation was attempted
but failed, caused by: pods "fefe21c746a0b4964b45-n0-0" is forbidden: exceeded
quota: project-quota, requested: limits.cpu=600m, used: limits.cpu=64, limited:
limits.cpu=64
In flyte_values.yaml
I have
- projectQuotaCpu:
value: '64'
yet on GKE I have much fever than 64 vCPUs requested.
How does Flyte determine how many CPUs are you using in your project? Is it based on Limits for Tasks rather than Requests? Anyone have a similar issue before?Ketan (kumare3)
Lev Udaltsov
06/06/2023, 1:46 PMtask_resource_defaults:
task_resources:
defaults:
cpu: 250m
memory: 500Mi
storage: 100Mi
limits:
cpu: 32
memory: 120Gi
storage: 32Gi
is problematic here since it sets cpu: 32
as limit for some tasks?