-
Notifications
You must be signed in to change notification settings - Fork 28
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
runner
gcp firewall quota
#604
Comments
Duplicate of / related to: #289 |
Different but related |
Potentially related to #156 (comment) |
@0x2b3bfa0 what do you think of:
|
Does that imply that the first run would create a firewall with a generic name (e.g. It would be creating resources and leaving them unmanaged; the only way of deleting them is knowing what to delete and ClickOps or CLIOps. Anyway, yes, it's possible, and no worse than what we already have on AWS. |
Sorry for the late reply, my radar was stuck. 📡 |
can you elaborate? maybe its time for a more agnostic
It's already doing that, but this would make less of them. |
Sure! I mean that we're creating resources that are being left unmanaged:
Do you mean exposing a way of importing existing resources on all the supported backends? That would be great, in my opinion.
Yes, it is. 🙈 Although not by design, just because of the bug described on #156 (comment). |
(Tangential food for thought: while it comes with its own set of issues,1 the approach suggested by the autoscaling with self-hosted runners GitHub documentation seems more solid in the long run, although the initial setup requires an extra step2) Footnotes
|
This is could be applicable for the other providers but using
gcp
I received a"Quota 'FIREWALLS' exceeded. Limit: 100.0 globally."
Should we query the API for an existing iterative /cml-qwerty
ingress/egress rules to reuse before creating new ones?ref; https://github.com/iterative/terraform-provider-iterative/blob/master/iterative/gcp/provider.go#L142
perhaps not prefixing with the instance name but something more generic can be the fix?
The text was updated successfully, but these errors were encountered: