Skip to content

Commit 35d575b

Browse files
committed
Update registry-sandbox references
1 parent 6e68a6c commit 35d575b

File tree

1 file changed

+3
-2
lines changed
  • keps/sig-release/3000-artifact-distribution

1 file changed

+3
-2
lines changed

keps/sig-release/3000-artifact-distribution/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# KEP/MST-3000: Image Promotion and Distribution Policy
22

33
<!-- toc -->
4+
45
- [Summary](#summary)
56
- [Background (from wiki)](#background-from-wiki)
67
- [Motivation](#motivation)
@@ -94,13 +95,13 @@ Additionally we require a registry and artifact url-redirection solution to the
9495

9596
- We are setting up an AWS account with an IAM role and s3 buckets in AWS regions where we see a large percentage of source image pull traffic
9697
- We will iterate on a sandbox url (registry.sandbox.k8s.io) for our experiments and ONLY promote things to (registry.k8s.io) when we have complete confidence
97-
- both registry and registry.sandbox are serving traffic using oci-proxy on google cloud run
98+
- both registry and registry-sandbox are serving traffic using oci-proxy on google cloud run
9899
- oci-proxy will be updated to identify incoming traffic from AWS regions based on IP ranges so we can route traffic to s3 buckets in that region. If a specific AWS region do not currently host s3 buckets, we will redirect to the nearest region which does have s3 buckets (tradeoff between storage and network costs)
99100
- We will bulk sync existing image layers to these s3 layers as a starting point (from GCS/GCR)
100101
- We will update image-promoter to push to these s3 buckets as well in addition to the current setup
101102
- We will set up monitoring/reporting to check on new costs we incur on the AWS infrastructure and update what we do in GCP infrastructure as well to include the new components
102103
- We will have a plan in place on how we could add additional AWS regions in the future
103-
- We will have CI jobs that will run against registry.sandbox as well to monitor stability before we promote code to registry
104+
- We will have CI jobs that will run against registry-sandbox.k8s.io as well to monitor stability before we promote code to registry
104105
- We will automate the deployment/monitoring and testing of code landing in the oci-proxy repository
105106

106107
### User Stories

0 commit comments

Comments
 (0)