This message was deleted.
# general
a
This message was deleted.
w
Copy code
kubectl get <http://clusters.management.cattle.io|clusters.management.cattle.io>  # find the cluster you want to delete 
export CLUSTERID="c-xxxxxxxxx" # 
kubectl patch <http://clusters.management.cattle.io|clusters.management.cattle.io> $CLUSTERID -p '{"metadata":{"finalizers":[]}}' --type=merge
kubectl delete <http://clusters.management.cattle.io|clusters.management.cattle.io> $CLUSTERID
h
thank you!!
w
Proceed with caution, always test in a DEV/QA env.
h
yes sir - I am working in non-prod with this
🙌 1
w
Did it work ?
h
yes it did - thank you very much also identified the error so - so far 1 step forward - I think 😆
✅ 1