Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce communication channel from workflow-controller to executor through pod annotations #682

Merged
merged 1 commit into from
Jan 16, 2018

Commits on Jan 16, 2018

  1. Introduce communication channel from workflow-controller to executor …

    …through pod annotations
    
    This change creates a downward communication channel from the controller to executor through
    the use of pod annotations. Its initial use will be to terminate daemoned containers by
    updating 'ExecutionControl' parameters to the executor. In this case, it updates the deadline
    value to be a zero-value timestamp. The executor now monitors updates to the annotations and
    will use the updated deadline, allowing deadlines to be set/updated/unset after initial start.
    
    In the future, ExecutionControl can be extended to support things like workflow, step, dag
    level timeouts, as well as the ability to to cancel a workflow without deleting pods.
    jessesuen committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    7e6897e View commit details
    Browse the repository at this point in the history