Quota issues on Lambda.ai
example from log here:
https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-lambda-device-plugin-gpu/2045249385113063424
```
Watching for any GPU availability (every 30s)...
Timeout set to 900s.
[21:14:28] gpu_8x_a100 ($15.92/hr) available in us-west-1! Launching...
Error: Quota exceeded.
Cleaning up Lambda resources...
```
Can we please check:
- What is the quota allowed?
- Could we request for a bump?
- Anyway we could request some reservation of capacity?
Also:
Currently i am using the first one with the least cost as the better GPUs are harder to get and we can't wait in a loop for one to appear. Any suggestions to make this better? We could really use presubmits and periodics where we know we are running against a recent GPU for better testing. I am detecting what we get and then run things only that will work on that gpu, but that means that in presubmits if the change is targetting a newer GPU, the code will not get tested.
Also thanks a ton for the donation, highly appreciated :)
4 条评论