1apiVersion: v1 2kind: Node 3metadata: 4 generateName: taint-node- 5spec: 6 taints: 7 - effect: NoSchedule 8 key: foo 9status: 10 capacity: 11 pods: "110" 12 cpu: "4" 13 memory: 32Gi 14 conditions: 15 - status: "True" 16 type: Ready 17 phase: Running