You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since one can easily hit resource limits in a region it would be nice to have a way of spreading the pools over multiple regions. Currently one would need to define the provider multiple times.
It would be a nice improvement if one could set the location in the extra specs per pool. Having multiple pools requires labels to distinguish them - this label could be created automatically by deriving it from the location.
The text was updated successfully, but these errors were encountered:
This would require some changes to the GARM external provider API, which would send extra specs for all operations not just CreateInstance. Will do with the next GARM release.
Hello,
Thanks a lot for your work around GARM - I just started to test it and looks great!
I would like to spread pools over multiple Azure regions like @pothos mentioned.
As it was a while since this case was created and few new GARM releases appeared in the meantime, I would like to ask you @gabriel-samfira, if there is possibility to add this feature?
I think it should be possible now with the recent changes in GARM, but we need to allocate some time to do it, which is in short supply right now.
Until we get around to adding this, as a workaround, you can try to duplicate the provider definition in the config. I know it's not ideal, but it should work.
Since one can easily hit resource limits in a region it would be nice to have a way of spreading the pools over multiple regions. Currently one would need to define the provider multiple times.
It would be a nice improvement if one could set the location in the extra specs per pool. Having multiple pools requires labels to distinguish them - this label could be created automatically by deriving it from the location.
The text was updated successfully, but these errors were encountered: