https://rancher.com/ logo
Title
s

stocky-article-82001

03/27/2023, 5:33 PM
If I try and do it via the UI, it gives me a permission error.
c

cuddly-appointment-26831

03/28/2023, 9:12 AM
try
kubectl delete <http://projects.management.cattle.io|projects.management.cattle.io> <PROJECT_ID> -n local
you can get project id by doing
kubectl get <http://projects.management.cattle.io|projects.management.cattle.io> -n local
if not working then try removing finalizers in edit project yaml...
s

stocky-article-82001

03/28/2023, 11:37 AM
good call, I’ll give that a go.
This worked btw, thanks.