Difference between revisions of "Kubernetes Delete Namespace"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "kubectl api-resources --verbs=list --namespaced -o name \ > | xargs -n 1 kubectl get --show-kind --ignore-not-found -n rook-ceph")
(No difference)

Revision as of 21:50, 19 June 2021

kubectl api-resources --verbs=list --namespaced -o name \

| xargs -n 1 kubectl get --show-kind --ignore-not-found -n rook-ceph