mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Cleanup work to enable feature gating annotations
This commit is contained in:
@@ -42,7 +42,7 @@ func CalculateNodeAffinityPriorityMap(pod *v1.Pod, meta interface{}, nodeInfo *s
|
||||
affinity = priorityMeta.affinity
|
||||
} else {
|
||||
// We couldn't parse metadata - fallback to the podspec.
|
||||
affinity = v1.ReconcileAffinity(pod)
|
||||
affinity = schedulercache.ReconcileAffinity(pod)
|
||||
}
|
||||
|
||||
var count int32
|
||||
|
||||
Reference in New Issue
Block a user