kubernetes/test/integration/scheduler_perf/config/event_handling/podupdate-node-unschedulable.yaml

apiVersion: v1
kind: Node
metadata:
  name: unschedulable-node
spec:
  unschedulable: true
status:
  capacity:
    pods: "90000"
    cpu: "4"
    memory: 32Gi
  conditions:
    - status: "True"
      type: Ready
  phase: Running