Hi folks,
Running some workflows on using Flyte + GKE and some Tasks get stuck on
Running
with the following error:
Copy code
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
Copy code
- 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?
f
freezing-airport-6809
06/06/2023, 1:44 PM
Yes it is based on limits on the task or default
Limits set at the project level applied to every task that does not really request some