-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Google Compute Engine does not have enough resources available to fulfill request: us-central1-a" #673
Comments
I see many xgb-training GCE instances. GKE has no clusters.
|
Looks like some of them were started very long time ago like https://pantheon.corp.google.com/compute/instancesDetail/zones/us-central1-b/instances/xgb-xgboost-trainer-6pkzr-m?project=ml-pipeline-test that's testing the following commit from November 6 6a4cd86
|
I've deleted all VMs except the |
It appears to be the resource leaking from sample tests. @gaoning777 could you take a look? |
The tests seems unblocked after VMs are cleaned up. thx @Ark-kun |
The prow system restart the tests whenever there are new commits. The presubmit test script does not reclaim the cluster since the process(that runs the script) is shut down. |
One possible approach to avoid the cluster leaking is to catch the signal(sigint/sigterm) and reclaim the cluster. |
Is this resolved? Can we close? |
/close |
@IronPan: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
1 similar comment
@IronPan: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We are having the same issue while adding new pool to the existing cluster. |
The text was updated successfully, but these errors were encountered: