linode / linode/cloud-firewall-controller
cleanup of controller owned firewalls
Open
enhancement
- Dominant language
- Go
- Stars
- 16
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Running helm uninstall or rollback will delete the controller and associated manifests from the cluster, but will leave existing firewalls deployed in the cloud infra (Cloud Manager/Linode API).
When deleting the installation of the controller it should check for all CloudFirewalls that are not imported (i.e. owned by something else) and delete them prior to removing the controller.
This will require:
- finalizer for the controller
- ownership information to be persisted in the CloudFirewall object state
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.