Open aadiene opened 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.
cattle-ui-plugin-system
I have the same issue.
1、kubectl edit ns cattle-ui-plugin-system 2、delete: "finalizers": [ "controller.cattle.io/namespace-auth" ], 3、kubectl delete ns cattle-ui-plugin-system
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.