redpanda
redpanda copied to clipboard
Fix console deletion if cluster is deleted
trafficstars
Cover letter
If Redpanda cluster is deleted first, console will not reconcile any changes because of checks in the ClusterRef. This PR checks if console is deleted, then remove the finalizers if cluster is not found so changes can be reconciled.
Backport Required
- [ ] not a bug fix
- [ ] issue does not exist in previous branches
- [ ] papercut/not impactful enough to backport
- [ ] v22.2.x
- [ ] v22.1.x
- [ ] v21.11.x
UX changes
Cleanup will not require to delete console first then cluster.
Release notes
Improvements
- Console deletion is fully independent of Cluster
-->