linode / linode/cloud-firewall-controller
cleanup of controller owned firewalls
@hcwagner ya está trabajando en esto.
Desde el 18/9/2024.
- Lenguaje dominante
- Go
- Estrellas
- 16
- Forks
- 9
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.