Kubernetes Delete Namespace

From UVOO Tech Wiki
Revision as of 21:50, 19 June 2021 by Busk (talk | contribs) (Created page with "kubectl api-resources --verbs=list --namespaced -o name \ > | xargs -n 1 kubectl get --show-kind --ignore-not-found -n rook-ceph")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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