Replies: 2 comments 3 replies
-
In theory, it should be possible. If the SDK can handle it without us having to remember in which region the VM was created, it should be an easy addition. If not, we might have to update the provider interface and allow providers to set some opaque data on the instance similar to extra_specs. I have a few days of free time coming up. I might be able to squeeze this in. |
Beta Was this translation helpful? Give feedback.
-
Hey @gabriel-samfira have you had a chance to look into this? we had an incident today where all of our VMs started failing to create and it ended up being an issue related to the zone that we had picked, us-east4-c. Switching to us-east4-a(or b) fixed the issue. We will be working on a custom "zone balancing" feature that will pick at random from a list of zones if provided and retry on a different zone if it fails. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/cloudbase/garm-provider-gcp
When you configure the GCP provider it makes you select a zone, is there any way to select "auto" like you do in the UI and have it automatically select a zone?
I would like to distribute the load across multiple zones without having to create multiple providers and pools.
Beta Was this translation helpful? Give feedback.
All reactions