Files
kubernetes/test/integration/scheduler_perf/event_handling/templates/nodeadd-node-with-taint.yaml
2024-11-04 08:45:34 +00:00

18 lines
269 B
YAML

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