-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add S3 sync jobs #27344
Add S3 sync jobs #27344
Conversation
/cc @ameukam |
I will convert this one into a sync between the US GCS bucket->s3 us-east-2 for registry.k8s.io. |
Looks like we'll need a custom container image for use in the job. Unsure what the policy on building such images is, whether to use existing external images as base (such as |
/approve Looks like we will be iterating. The second variation (awscli using python-pip) will probably give us better control over what we need. /hold feel free to remove hold when ready |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, upodroid The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This can be merged once kubernetes/k8s.io#4185 has been merged and the IAM roles on the prow bucket has been added. |
/hold cancel |
/retest-required |
@upodroid: Updated the
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Fixes: kubernetes/k8s.io#3807
Adding a Prow Job to write blobs to S3.
The script isn't ready yet so for now it is just going to authenticate to AWS to test that it works. @BobyMCbobs will raise a PR later with the scripts.
AWS Infra Change: cncf-infra/aws-infra#15
Prow Infra Change: kubernetes/k8s.io#4170
We will be using an AWS service to replicate the blobs from the primary bucket to all the other S3 buckets. kubernetes/k8s.io#4118