kubernetes/test/integration/scheduler_perf/config/node-with-taint.yaml
kerthcet 48f2c9ec20 Add benchmark tests for nodeInclusionPolicy
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-11-05 00:13:43 +08:00

18 lines
256 B
YAML

apiVersion: v1
kind: Node
metadata:
generateName: taint-node-
spec:
taints:
- effect: NoSchedule
key: foo
status:
capacity:
pods: "110"
cpu: "4"
memory: 32Gi
conditions:
- status: "True"
type: Ready
phase: Running