kuadrant-operator icon indicating copy to clipboard operation
kuadrant-operator copied to clipboard

TLSPolicy cannot be deleted if cert-manager is missing

Open pehala opened this issue 2 years ago • 1 comments

TLSPolicy gets stuck on its finalizer while deleting if cert-manager is not installed

pehala avatar Feb 13 '24 13:02 pehala

@pehala is the finalizer added by cert-manager or something else adds it expecting cert-manager to remove it?

Can you provide some steps to reproduce this?

philbrookes avatar May 09 '24 09:05 philbrookes

Closing this, re-open with steps to reproduce if it's still an issue.

If cert-manager was never installed this should never be possible since, as the controller that adds the finalizer is never started.

If it happens after, cert-manager is removed after creating a Certificate, then that's a different issue that is likely cross component.

mikenairn avatar Sep 09 '24 12:09 mikenairn