Skip to content

Instantly share code, notes, and snippets.

@mikeyhu
Last active February 27, 2017 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeyhu/3f453326c3fffe3cdbf5d6b9c6329e86 to your computer and use it in GitHub Desktop.
Save mikeyhu/3f453326c3fffe3cdbf5d6b9c6329e86 to your computer and use it in GitHub Desktop.
kubectl describe nodes | awk '/Name:/{print;getline}/Allocated resources:/{for(l=0;l<5;l++){print;getline;b=1}if(b){print "--";b=0}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment