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

[AIRFLOW-1310] Basic operator to run docker container on Kubernetes #2456

Closed

Commits on Aug 11, 2017

  1. [AIRFLOW-1310] Basic operator to run docker container on kubernetes

    The commit contains implementation of the hook and operator
    that allow creation, deployment and tracking of docker containers
    to Kubernetes pods.
    The hook supports crating the specification, deploying,
    and deleting the pod, while the operator allows for fire-forget
    or wait for completion execution modes.
    mCynke committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    e65f7ee View commit details
    Browse the repository at this point in the history