how to see node taints

JavaScript
kubectl get nodes -o json | jq '.items[].spec'
Source

Also in JavaScript: