You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-release/3000-artifact-distribution/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The cost of distributing Kubernetes comes at great cost nearing $150kUSD/month (
49
49
50
50
Additionally some of our community members are unable to access the official release container images due to country level firewalls that do not them connect to Google services.
51
51
52
-
Ideally we can dramatically reduce cost and allow everyone in the world to download the container iamges released by our community.
52
+
Ideally we can dramatically reduce cost and allow everyone in the world to download the container images released by our community.
53
53
54
54
We are now used to using the [image promoter process](https://github.com/kubernetes/enhancements/tree/master/keps/sig-release/1734-k8s-image-promoter) to promote images to the official kubernetes container registry using the infrastructure (GCR staging repos etc) provided by [sig-k8s-infra](https://github.com/kubernetes/k8s.io/tree/main/k8s.gcr.io)
55
55
@@ -65,7 +65,7 @@ When Kubernetes master opens up for v1.25 development, we need to update all def
65
65
66
66
### Goals
67
67
68
-
A policy and procedure for use by SIG Release to promote container images and release binaries to multiple registries and mirrors.
68
+
A policy and procedure for use by SIG Release to promote container images to multiple registries and mirrors.
69
69
70
70
A solution to allow redirection to appropriate mirrors to lower cost and allow access from any cloud or country globally.
71
71
@@ -114,7 +114,7 @@ Requests to [registry.k8s.io](https://registry.k8s.io) follows the following flo
114
114
115
115
- If it's not a blob request: redirect to _Upstream Registry_
116
116
- If it's not a known AWS IP: redirect to _Upstream Registry_
117
-
- If it's a known AWS IP AND HEAD request for the layer succeeeds in S3: redirect to S3
117
+
- If it's a known AWS IP AND HEAD request for the layer succeeds in S3: redirect to S3
118
118
- If it's a known AWS IP AND HEAD fails: redirect to _Upstream Registry_
119
119
120
120
Currently the _Upstream Registry_ is https://k8s.gcr.io.
@@ -126,11 +126,11 @@ Currently the _Upstream Registry_ is https://k8s.gcr.io.
126
126
```feature
127
127
Scenario: images are promoted
128
128
As a SIG Release volunteer
129
-
I want to promote our binaries/images to multiple clouds
129
+
I want to promote our images to multiple clouds
130
130
131
-
Given a promotion / manifest
132
-
When my PR is merged
133
-
Then the promotion process occurs
131
+
Given a promotion / manifest
132
+
When my PR is merged
133
+
Then the promotion process occurs
134
134
```
135
135
136
136
#### Cloud Customer - pulling an official container image
@@ -183,13 +183,13 @@ Container images will be written to S3 style storage or CDNs provided by cloud p
0 commit comments