Skip to content

Instantly share code, notes, and snippets.

@visualdensity
Created September 14, 2018 00:55
Show Gist options
  • Save visualdensity/577c8419c1ff5d4a3c84ba9ab3ddbdd1 to your computer and use it in GitHub Desktop.
Save visualdensity/577c8419c1ff5d4a3c84ba9ab3ddbdd1 to your computer and use it in GitHub Desktop.
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