Created
December 29, 2023 11:00
-
-
Save iamcryptoki/75ed2690e7d199c591d3aa6929bce12f to your computer and use it in GitHub Desktop.
Kubernetes : Get custom output with Kubectl.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ kubectl get CRD_KIND CRD_NAME \ | |
-o custom-columns=Kind:.kind,Name:.metadata.name,Finalizers:.metadata.finalizers \ | |
-n NAMESPACE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment