Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 227 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 227 Bytes

Kubernetes Pod Priority

YouTube Tutorial

kubectl get pods -A
kubectl get pods -A \
    -o jsonpath='{range .items[*]}{.metadata.name}{" - "}{.spec.priorityClassName}{"\n"}{end}'