operator-framework / operator-lifecycle-manager

A management framework for extending Kubernetes with Operators
https://olm.operatorframework.io
Apache License 2.0
1.7k stars 542 forks source link

Deleting of an Operator dont go as planned #2816

Open Casraw opened 2 years ago

Casraw commented 2 years ago

Type of question

Deleting of an Operator

Question

What did you do? I try to delete a operator. I deletetd the complete namespace but under "kubectl get operators" the operator is still there, and whgen i try to delete it it comes back.

What did you expect to see? Deleting of all ressources from the operator

What did you see instead? Under which circumstances? I see that the ressource is not possible to delete

Environment

v0.21.2

1.22.6

Additional context Add any other context about the question here.

Casraw commented 2 years ago

I saw https://github.com/operator-framework/operator-lifecycle-manager/issues/2696 and it seems to be the same issue. But maybe not iam unsure