mesosphere / marathon-example-plugins

Example Plugins for Marathon Plugin Interface
Apache License 2.0
22 stars 29 forks source link

Added an `executorid` plugin #24

Closed zen-dog closed 6 years ago

zen-dog commented 6 years ago

Currently marathon generates a unique ExecutorID for all tasks. This plugin allows to override this behavior. Given an application with a custom executor and a label with a key MARATHON_EXECUTOR_ID and a value of the executor Id it will use it to override the TaskInfo.ExecutorInfo.ExecutorID. See executorid/README.md for more details.

Depends on #23