13 lines
391 B
YAML
13 lines
391 B
YAML
# Test case for topologySpreadConstraints with automatic labelSelector population
|
|
topologySpreadConstraints:
|
|
- maxSkew: 1
|
|
topologyKey: topology.kubernetes.io/zone
|
|
whenUnsatisfiable: ScheduleAnyway
|
|
matchLabelKeys:
|
|
- pod-template-hash
|
|
- maxSkew: 1
|
|
topologyKey: kubernetes.io/hostname
|
|
whenUnsatisfiable: DoNotSchedule
|
|
matchLabelKeys:
|
|
- pod-template-hash
|