Guoliang Wang
df49a4b8c6
-Fix the name could cause a conflict if an object with the same name is created in a different namespace
2018-04-20 11:37:46 +08:00
Harry Zhang
d36fc30233
Add integration test for disable preemption
2018-04-18 10:41:23 -07:00
Bobby (Babak) Salamat
bfd950e471
Replace nominateNodeName annotation with PodStatus.NominatedNodeName in scheudler logic
2018-02-02 13:06:33 -08:00
Jonathan Basseri
30b89d830b
Move scheduler code out of plugin directory.
...
This moves plugin/pkg/scheduler to pkg/scheduler and
plugin/cmd/kube-scheduler to cmd/kube-scheduler.
Bulk of the work was done with gomvpkg, except for kube-scheduler main
package.
2018-01-05 15:05:01 -08:00
Bobby (Babak) Salamat
3d4ae31d91
Add PDB support during pod preemption
2017-11-22 09:46:26 -08:00
Bobby (Babak) Salamat
8a17ae241d
Add logic to account for pods nominated to run on nodes, but are not running yet.
...
Add tests for the new logic.
2017-11-20 22:17:05 -08:00