• Sergiusz Urbaniak's avatar
    executor, scheduler: make default pod roles configurable · 67e98fcf
    Sergiusz Urbaniak authored
    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.
    67e98fcf
deleter_test.go 4.02 KB