Created
September 14, 2018 00:55
-
-
Save visualdensity/577c8419c1ff5d4a3c84ba9ab3ddbdd1 to your computer and use it in GitHub Desktop.
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
oc get pods --all-namespaces -o wide | grep -v -E '^(logging|openshift|default|NAMESPACE)' | sort | awk '{print $1","$2","$8}' > os-all-pods.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment