Kubernetes Delete Namespace

From UVOO Tech Wiki
Revision as of 21:51, 19 June 2021 by Busk (talk | contribs)
Jump to navigation Jump to search
kubectl api-resources --verbs=list --namespaced -o name \
>   | xargs -n 1 kubectl get --show-kind --ignore-not-found -n rook-ceph


kubectl delete cephcluster.ceph.rook.io/rook-ceph -n rook-ceph