Files
kubernetes/test/integration/scheduler_perf/config/node-with-taint.yaml
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