Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. ensure ScheduleDSPods respects tainted nodes - add PodToleratesNodeTaints to ~~nodeSelectionPredicates()~~ checkNodeFitness() - add integration testcase Fixes #66348, and would keep the behavior consistent with it was when ScheduleDSPods is disabled. ```release-note NONE ```