mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-03-02 14:49:06 +00:00
The conformance test "validates resource limits of pods that are allowed to run" is failed if master node doesn't have taints. The reason is that nodeList which should consist of schedulable nodes is gotten with GetMasterAndWorkerNodes() and master nodes were excluded from nodeList. This makes nodeList be gotten with GetReadySchedulableNodesOrDie() and nodeList can consist of schedulable nodes.