apiVersion: v1
kind: Node
metadata:
name: node-low-capacity-{{ .Index }}
spec:
taints:
- key: allow-noderesources
effect: NoSchedule
status:
capacity:
pods: "3000"
cpu: "0.0001"
memory: 1Mi
conditions:
- status: "True"
type: Ready
phase: Running