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

start uploading image layers to s3 with geranos #28922

Merged
merged 2 commits into from
Mar 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
periodics:
- name: gcs-to-s3-sync
interval: 2h
# impossible date, to temporarily disable this job without deleting it
cron: '0 0 31 2 *'
cluster: k8s-infra-prow-build-trusted
decorate: true
max_concurrency: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ periodics:
- |
aws sts get-caller-identity
source hack/tools/setup-go.sh
go run ./cmd/geranos
REALLY_UPLOAD=true go run ./cmd/geranos
env:
- name: AWS_ROLE_ARN
value: arn:aws:iam::513428760722:role/registry.k8s.io_s3writer
Expand Down