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

Refactor to pass parsl_config.py and workflow_config.py as a ConfigMap #45

Open
wants to merge 4 commits into
base: enhancement-1-gke
Choose a base branch
from

Commits on Aug 10, 2024

  1. Refactor to pass parsl_config.py and workflow_config.py as a ConfigMap

    separate from the container image. Also run the script automatically as
    a Kubernetes job instead of creating a deployment where we have to start
    the script manually.
    shishichen committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    0c89671 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Refactor to pass parsl_config.py and workflow_config.py as a ConfigMap

    separate from the container image. Also run the script automatically as
    a Kubernetes job instead of creating a deployment where we have to start
    the script manually.
    shishichen committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b929129 View commit details
    Browse the repository at this point in the history
  2. Add alternate instructions for deploying the script manually (same as

    before). I think this is still useful to keep around.
    shishichen committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b971969 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e420ff3 View commit details
    Browse the repository at this point in the history