Merge pull request #99213 from AliceZhang2016/affinity

parse pod's node affinity once in preFilter
This commit is contained in:
Kubernetes Prow Robot
2021-02-25 10:01:24 -08:00
committed by GitHub
10 changed files with 210 additions and 52 deletions

View File

@@ -161,6 +161,7 @@ profiles:
{Name: "PodTopologySpread"},
{Name: "InterPodAffinity"},
{Name: "VolumeBinding"},
{Name: "NodeAffinity"},
},
"FilterPlugin": {
{Name: "NodeUnschedulable"},
@@ -290,6 +291,7 @@ profiles:
{Name: "PodTopologySpread"},
{Name: "InterPodAffinity"},
{Name: "VolumeBinding"},
{Name: "NodeAffinity"},
},
"FilterPlugin": {
{Name: "NodeUnschedulable"},