Skip to content

Instantly share code, notes, and snippets.

@tanmay-bhat
Created July 21, 2022 09:07
Show Gist options
  • Save tanmay-bhat/02c7a39c4356ecdb25f30c45e2f3f71e to your computer and use it in GitHub Desktop.
Save tanmay-bhat/02c7a39c4356ecdb25f30c45e2f3f71e to your computer and use it in GitHub Desktop.
Kubernetes: List nodes with specific label
kubectl get no -l spotinst.io/node-lifecycle=od

The above will list all the nodes which have label key = spotinst.io/node-lifecycle and value = od

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment