Skip to content

Instantly share code, notes, and snippets.

@WiesnerPeti
Created January 3, 2020 12:38
Show Gist options
  • Save WiesnerPeti/db6a103296b3e5609e7cacfe2795e541 to your computer and use it in GitHub Desktop.
Save WiesnerPeti/db6a103296b3e5609e7cacfe2795e541 to your computer and use it in GitHub Desktop.
Extracting license type from pods
#!/bin/bash
#Works only for single-row type license parameters in pod spec
for i in {list of pod names space separated}; do pod spec cat $i ;done | grep license
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment