Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLSPolicy cannot be deleted if cert-manager is missing #419

Closed
pehala opened this issue Feb 13, 2024 · 2 comments
Closed

TLSPolicy cannot be deleted if cert-manager is missing #419

pehala opened this issue Feb 13, 2024 · 2 comments
Labels
kind/bug Something isn't working size/small status/discussing Further information is requested

Comments

@pehala
Copy link
Contributor

pehala commented Feb 13, 2024

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

@pehala pehala added kind/bug Something isn't working size/small labels Feb 13, 2024
@philbrookes
Copy link
Contributor

philbrookes commented May 9, 2024

@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 philbrookes added the status/discussing Further information is requested label May 9, 2024
@mikenairn
Copy link
Member

mikenairn commented Sep 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working size/small status/discussing Further information is requested
Projects
Status: Done
Development

No branches or pull requests

3 participants