Skip to content

[FEATURE] Block deletion if services/ingresses/gateways with finalizers exist #128

@cbarbian-sap

Description

@cbarbian-sap

Is your feature request related to a problem? Please describe.

The DNS masquerading operator protects services/ingresses/gateways with its own finalizer, if they have the annotation dns.cs.sap.com/masquerade-to set. Currently if the DNSMasqueradingOperator object is removed, the dns-masquerading-operator-cop does not care about this case, and might drop the DNS masquerading operator too early (before this one has a chance to clean up all its finalizers).

Describe the solution you'd like
This operator should block/delay the deletion of DNSMasqueradingOperator objects until the actual DNS masquerading operator has properly cleaned up all finalizers it has put to services/ingresses/gateways.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions