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

29 lines
599 B
YAML

apiVersion: v1
kind: Pod
metadata:
generateName: spreading-pod-with-node-inclusion-policy-
labels:
foo: bar
spec:
containers:
- image: registry.k8s.io/pause:3.8
name: pause
ports:
- containerPort: 80
resources:
limits:
cpu: 100m
memory: 500Mi
requests:
cpu: 100m
memory: 500Mi
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
NodeAffinityPolicy: Honor
NodeTaintsPolicy: Honor
labelSelector:
matchLabels:
foo: bar