@@ -326,7 +326,6 @@ spec:
326326 pod labels will be ignored. The default value is empty.
327327 The same key is forbidden to exist in both matchLabelKeys and labelSelector.
328328 Also, matchLabelKeys cannot be set when labelSelector isn't set.
329- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
330329 items :
331330 type : string
332331 type : array
@@ -341,7 +340,6 @@ spec:
341340 pod labels will be ignored. The default value is empty.
342341 The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
343342 Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
344- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
345343 items :
346344 type : string
347345 type : array
@@ -507,7 +505,6 @@ spec:
507505 pod labels will be ignored. The default value is empty.
508506 The same key is forbidden to exist in both matchLabelKeys and labelSelector.
509507 Also, matchLabelKeys cannot be set when labelSelector isn't set.
510- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
511508 items :
512509 type : string
513510 type : array
@@ -522,7 +519,6 @@ spec:
522519 pod labels will be ignored. The default value is empty.
523520 The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
524521 Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
525- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
526522 items :
527523 type : string
528524 type : array
@@ -615,8 +611,8 @@ spec:
615611 most preferred is the one with the greatest sum of weights, i.e.
616612 for each node that meets all of the scheduling requirements (resource
617613 request, requiredDuringScheduling anti-affinity expressions, etc.),
618- compute a sum by iterating through the elements of this field and adding
619- "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the
614+ compute a sum by iterating through the elements of this field and subtracting
615+ "weight" from the sum if the node has pods which matches the corresponding podAffinityTerm; the
620616 node(s) with the highest sum are the most preferred.
621617 items :
622618 description : The weights of all of the matched WeightedPodAffinityTerm
@@ -685,7 +681,6 @@ spec:
685681 pod labels will be ignored. The default value is empty.
686682 The same key is forbidden to exist in both matchLabelKeys and labelSelector.
687683 Also, matchLabelKeys cannot be set when labelSelector isn't set.
688- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
689684 items :
690685 type : string
691686 type : array
@@ -700,7 +695,6 @@ spec:
700695 pod labels will be ignored. The default value is empty.
701696 The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
702697 Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
703- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
704698 items :
705699 type : string
706700 type : array
@@ -866,7 +860,6 @@ spec:
866860 pod labels will be ignored. The default value is empty.
867861 The same key is forbidden to exist in both matchLabelKeys and labelSelector.
868862 Also, matchLabelKeys cannot be set when labelSelector isn't set.
869- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
870863 items :
871864 type : string
872865 type : array
@@ -881,7 +874,6 @@ spec:
881874 pod labels will be ignored. The default value is empty.
882875 The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
883876 Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
884- This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
885877 items :
886878 type : string
887879 type : array
0 commit comments