-
Notifications
You must be signed in to change notification settings - Fork 9
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
deploy-runner-on-gcp - does the cloud region matter in relation to overall region? #148
Comments
Ya this is an interesting one. You are the second person to report that To my knowledge, there is no downside / drawback of using a different region for compute vs the region for the project. The only "big difference" is maybe data download + upload from storage which may cost a fraction more but in comparison to "stability of compute" I went with central at the time. All of this is to say... do want you would like? And maybe we should document this somewhere? |
Based on your feedback, I suggest we change this issue to a feature request to make |
Seems fair to me! |
I have switched to us-west1-b for now as I am also running into a lot of issues. |
woops. reopening as I think we still want this to be parametrizable |
I'm also running into this issue on a new cookie cutter install... event gather runs are failing when trying to set up the runner: If helpful, I haven't customized anything... I just followed the directions in the youtube tutorial using all default cookie cutter values. Update: |
Ah yea sorry. All of the region stuff is entirely parameterizable. Whichever works best for you is great! |
Describe the Bug
In the
deploy-runner-on-gcp
job called fromevent-gather-pipeline.yml
, thecml runner
option forcloud-region
is hardcoded tous-central1-f
. In my (very brief!) experience, this resulted in failures when attempting to create the machine due toZONE_RESOURCE_POOL_EXHAUSTED
- which may be transient, but I saw it repeatedly enough to try a different cloud region that supports T4 GPUs.As well, I specified a region of
us-west1
for my GCP project as a whole, different from the defaultus-central1
region in CDP. That distinction---and the fact thatus-west1-b
cloud region worked for me---made me wonder whether this is a setting which needs to track the overall GCP region to ensure access to associated resources. I don't know enough about any of this to know whether that's true or if this machine is standalone.Expected Behavior
I expected the Event Gather action
deploy-runner-on-gcp
job to complete sucessfully.Reproduction
Stand up a CDP instance situated in a region other than
us-central1
and execute the Event Gather action.Environment
Any additional information about your environment.
The text was updated successfully, but these errors were encountered: