Skip to content

Instantly share code, notes, and snippets.

@itchison
Created June 10, 2019 21:08
Show Gist options
  • Save itchison/19b2b69b353d91e5e2f140ae2020a389 to your computer and use it in GitHub Desktop.
Save itchison/19b2b69b353d91e5e2f140ae2020a389 to your computer and use it in GitHub Desktop.
#converted from https://gist.github.com/WadeBarnes/ebb9e19428f0abd3dc2357cce1ac6241
foreach($x in (oc projects -q)) {oc get -n $x pod -o wide | Select-String -Pattern 'Running'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment