Skip to content

Files

Latest commit

7fabc33 · Jun 1, 2024

History

History

Nodes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 1, 2024
# Check the Labels exist in a node
k describe node
# Check the pods in a specific node
kubectl get pods --field-selector spec.nodeName=<node-name> -o wide