1apiVersion: v1 2kind: Node 3metadata: 4 generateName: scheduler-perf- 5spec: {} 6status: 7 capacity: 8 pods: "110" 9 cpu: "4" 10 memory: 32Gi 11 conditions: 12 - status: "True" 13 type: Ready 14 phase: Running
View as plain text