Skip to content

Instantly share code, notes, and snippets.

@boina-n
Created June 24, 2020 12:47
Show Gist options
  • Save boina-n/5fa1013f84ce4fc2aa1ed278eb16a99c to your computer and use it in GitHub Desktop.
Save boina-n/5fa1013f84ce4fc2aa1ed278eb16a99c to your computer and use it in GitHub Desktop.
Kubernetes Json filters memo
# Get label of each nodes:
oc get nodes -o=json | jq '.items[] | .metadata.name, .metadata.labels'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment