Manifests.io

Easy to use kubernetes documentation

Pod.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution

The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)

Description
podAffinityTerm 🔗
PodAffinityTerm *

Required. A pod affinity term, associated with the corresponding weight.

weight
integer *

weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

See an issue here?