Files
kubernetes/test/integration/scheduler_perf/event_handling/templates/nodeupdate-node-without-labels-update.yaml
2024-11-04 08:45:34 +00:00

22 lines
361 B
YAML

apiVersion: v1
kind: Node
metadata:
name: node-without-labels-{{ .Index }}
labels:
topology.kubernetes.io/zone: zone1
affinity: allow
topology: allow
spec:
taints:
- key: allow
effect: NoSchedule
status:
capacity:
pods: "3000"
cpu: "4"
memory: 32Gi
conditions:
- status: "True"
type: Ready
phase: Running