rancher / rancher-cleanup

171 stars 43 forks source link

Namespace (cattle-ui-plugin-system) still active after cleanup #93

Open aadiene opened 3 months ago

aadiene commented 3 months ago

First of all, thanks for this tool (Im curious though why it take so much time to complete).

After launching it, I noticed that cattle-ui-plugin-system namespace was still active. I had to delete it manually by editing the finalizers.

nathanielkeeler commented 1 month ago

I have the same issue.

yangjia517 commented 5 days ago

1、kubectl edit ns cattle-ui-plugin-system
2、delete: "finalizers": [ "controller.cattle.io/namespace-auth" ], 3、kubectl delete ns cattle-ui-plugin-system