apiVersion: v1
kind: Node
metadata:
generateName: node-high-capacity-
spec:
taints:
- key: allow
effect: NoSchedule
status:
capacity:
pods: "3000"
cpu: "200"
memory: 200Gi
conditions:
- status: "True"
type: Ready
phase: Running