Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 181 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 181 Bytes

Kubernetes Taints and Tolerations

YouTube Tutorial

kubectl get nodes
kubectl taint nodes node1 role=spot:NoSchedule
kubectl get pods