nanovms / ops

ops - build and run nanos unikernels
https://ops.city
MIT License
1.27k stars 132 forks source link

modify fw rules to auto-delete w/out help from config #1393

Open eyberg opened 1 year ago

eyberg commented 1 year ago

right now at least on gcp and probably elsewhere a config is mandatory to delete associated fw rules https://github.com/nanovms/ops/blob/master/gcp/gcp_instance.go#L287-L320

since we auto-create these by default and are tagging them as made by ops we should be able to scan for these resources and auto-delete them as well w/out needing a config

eyberg commented 1 year ago

https://github.com/nanovms/ops/pull/1394