• 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
Name
Last commit
Last update
..
algorithm Loading commit data...
binder Loading commit data...
controller Loading commit data...
deleter Loading commit data...
errorhandler Loading commit data...
framework Loading commit data...
podreconciler Loading commit data...
tasksreconciler Loading commit data...
doc.go Loading commit data...
podstoreadapter.go Loading commit data...
scheduler.go Loading commit data...