kubernetes/test/integration/scheduler_perf/config/event_handling/nodeupdate-node-low-capacity.yaml

apiVersion: v1
kind: Node
metadata:
  name: node-low-capacity-{{ .Index }}
spec:
  taints:
  - key: allow-noderesources
    effect: NoSchedule
status:
  capacity:
    pods: "3000"
    cpu: "0.0001"
    memory: 1Mi
  conditions:
    - status: "True"
      type: Ready
  phase: Running