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

Force deletion of resource even with finalizers #8069

Open
zlepper opened this issue Jul 8, 2024 · 1 comment
Open

Force deletion of resource even with finalizers #8069

zlepper opened this issue Jul 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@zlepper
Copy link

zlepper commented Jul 8, 2024

What would you like to be added:
I would like a button or something that would allow me to force delete a source or a set of resource, irrespetively of them having finalizers.

Why is this needed:
Currently we are dealing with a fun "feature" in KEDA where is the target of a ScaledObject is deleted, then it's not always possible to delete the ScaledObject as the reconciler gets stuck. This is apparently intentional from KEDAs side as far as I can tell from their GitHub. The only real way of "fixing" this is to go and remove the finalizers from all the ScaledObjects, one by one, which takes a while when i need to delete 25 of them.

It should definetely come with a big fat warning "What you are about to do can corrupt stuff, are you absolutely 110% sure this is what you want to do"?

This is a more general version of #515 I think.

Environment you are Lens application on:

  • Kubernetes distribution: AKS
  • Desktop OS: NixOS
@zlepper zlepper added the enhancement New feature or request label Jul 8, 2024
@Christiaanvdl
Copy link

Hello @zlepper , thank you for contacting lens forums i have updated our development team with your request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
2 participants