Files
kubernetes/test
Kenichi Omichi 7f949e1fcc Make nodeList schedulable
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.
2019-08-07 10:34:52 +00:00
..
2019-08-07 10:34:52 +00:00
2018-10-09 12:32:27 -07:00
2019-02-16 09:19:34 +07:00
2019-08-02 13:36:08 +02:00
2019-05-02 13:30:47 +02:00
2019-06-19 16:31:38 +02:00
2018-08-22 11:49:14 +08:00