Kubernetes - get nodes and taints

Moki Lv6
1
kubectl get nodes -o json | jq '.items[]{name:.metadata.name, taints:.spec.taints}'
On this page
Kubernetes - get nodes and taints