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

fix: use rsync for extraPipPackages #599

Merged

Conversation

thesuperzapper
Copy link
Member

@thesuperzapper thesuperzapper commented Jun 7, 2022

What issues does your PR fix?

What does your PR do?

  • Uses rsync --delete for the extraPipPackages init-container, so if the init-container is rerun, any extra existing files on the emptyDir volume are deleted.
  • Also sets the rsync --stats arg to highlight to users how much data is being copied (and how fast).

Checklist

For all Pull Requests

For releasing ONLY

@thesuperzapper thesuperzapper added this to Unsorted in Issue Triage and PR Tracking via automation Jun 7, 2022
@thesuperzapper thesuperzapper added this to the airflow-8.6.1 milestone Jun 7, 2022
@thesuperzapper thesuperzapper moved this from Unsorted to PR | Ready to Merge in Issue Triage and PR Tracking Jun 7, 2022
@thesuperzapper thesuperzapper added the status/ready-to-merge status - this will be merged into next release label Jun 7, 2022
Signed-off-by: Mathew Wicks <thesuperzapper@users.noreply.github.com>
@thesuperzapper thesuperzapper changed the title fix: use rsync --delete for extraPipPackages fix: use rsync for extraPipPackages Jun 22, 2022
@thesuperzapper thesuperzapper merged commit 1d17807 into airflow-helm:main Jun 22, 2022
Issue Triage and PR Tracking automation moved this from PR | Ready to Merge to Done Jun 22, 2022
@thesuperzapper thesuperzapper deleted the rsync-for-pip-install branch June 22, 2022 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/ready-to-merge status - this will be merged into next release
Development

Successfully merging this pull request may close these issues.

extraPipPackages init-container does not clean the emptyDir
1 participant