kubernetes/contrib/mesos/pkg/scheduler/components/algorithm
Sergiusz Urbaniak 67e98fcfa8 executor, scheduler: make default pod roles configurable
Currently if a pod is being scheduled with no meta.RolesKey label
attached to it, per convention the first configured mesos (framework)
role is being used.

This is quite limiting and also lets e2e tests fail. This commit
introduces a new configuration option "--mesos-default-pod-roles" defaulting to
"*" which defines the default pod roles in case the meta.RolesKey pod
label is missing.
2015-12-14 15:18:39 +01:00
..
podschedulers scheduler: implement role awareness 2015-11-23 17:27:14 +01:00
algorithm.go executor, scheduler: make default pod roles configurable 2015-12-14 15:18:39 +01:00
doc.go Move scheduler components into their own packages 2015-11-12 01:33:50 +01:00