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

feat: Introduce new MultiContainerRun function to run pods with two containers #3095

Merged
merged 7 commits into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. feat: Introduce new KubeTaskParallel function to run pods with two co…

    …ntainers
    
    In order to separate data dump generation by database tools and export
    by `kando`, a pod performing database dump can have two separate containers
    and set up the pipe over file instead of anonymous pipe
    hairyhum committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6fd6fdc View commit details
    Browse the repository at this point in the history
  2. Code cleanup

    hairyhum committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    14c4e1a View commit details
    Browse the repository at this point in the history
  3. Added init container support.

    Init container can be used to set up data in the shared volume.
    hairyhum committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    64113fa View commit details
    Browse the repository at this point in the history
  4. Fix docs warnings

    hairyhum committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7fd8be4 View commit details
    Browse the repository at this point in the history
  5. Wording

    hairyhum committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    40a73b8 View commit details
    Browse the repository at this point in the history
  6. Linter fixes

    hairyhum committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    61d1267 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5938e47 View commit details
    Browse the repository at this point in the history