kubernetes/contrib/mesos/pkg/executor
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
..
config Add node status update controller 2015-11-16 11:48:04 +01:00
messages Merge pull request #52 from mesosphere/sttts-task-lost-during-kubelet-pod-launch 2015-12-02 13:50:28 +01:00
service service: initialize EventClient 2015-12-09 20:43:11 +01:00
doc.go Kubernetes Mesos integration 2015-06-10 20:58:39 +00:00
executor.go - forward updated labels/annotations for downward API compat 2015-12-11 13:15:06 +00:00
executor_test.go executor, scheduler: make default pod roles configurable 2015-12-14 15:18:39 +01:00
mock_test.go Rename KubernetesMesosExecutor -> Executor 2015-11-12 01:33:50 +01:00
node.go executor, scheduler: make default pod roles configurable 2015-12-14 15:18:39 +01:00
observer.go - forward updated labels/annotations for downward API compat 2015-12-11 13:15:06 +00:00
suicide.go Move suicide logic into its own file 2015-09-18 16:54:56 +02:00
suicide_test.go Pass PodLW to executor in tests 2015-10-10 11:54:27 +02:00