Skip to content

Commit 4a77099

Browse files
committed
Fix spelling and update goal
1 parent f074245 commit 4a77099

File tree

1 file changed

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

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The cost of distributing Kubernetes comes at great cost nearing $150kUSD/month (
4949

5050
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.
5151

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.
5353

5454
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)
5555

@@ -65,7 +65,7 @@ When Kubernetes master opens up for v1.25 development, we need to update all def
6565

6666
### Goals
6767

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.
6969

7070
A solution to allow redirection to appropriate mirrors to lower cost and allow access from any cloud or country globally.
7171

@@ -114,7 +114,7 @@ Requests to [registry.k8s.io](https://registry.k8s.io) follows the following flo
114114

115115
- If it's not a blob request: redirect to _Upstream Registry_
116116
- 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
118118
- If it's a known AWS IP AND HEAD fails: redirect to _Upstream Registry_
119119

120120
Currently the _Upstream Registry_ is https://k8s.gcr.io.
@@ -126,11 +126,11 @@ Currently the _Upstream Registry_ is https://k8s.gcr.io.
126126
```feature
127127
Scenario: images are promoted
128128
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
130130
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
134134
```
135135

136136
#### 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
183183
- KubeCon Talk
184184
- https://www.youtube.com/watch?v=F2IFjz7sr9Q
185185
- Apache has a widespread mirror network
186-
- @dims has experince here
186+
- @dims has experience here
187187
- http://ws.apache.org/mirrors.cgi
188188
- https://infra.apache.org/mirrors.html
189189
- [Umbrella issue: k8s.gcr.io => registry.k8s.io solution k/k8s.io#1834
190190
](https://github.com/kubernetes/k8s.io/issues/1834)
191191
- [ii/registry.k8s.io Implementation proposals](https://github.com/ii/registry.k8s.io#registryk8sio)
192-
- [ii.nz/blog :: Building a data pipline for displaying Kubernetes public artifact traffic
192+
- [ii.nz/blog :: Building a data pipeline for displaying Kubernetes public artifact traffic
193193
](https://ii.nz/post/building-a-data-pipline-for-displaying-kubernetes-public-artifact-traffic/)
194194

195195
### How much is this going to save us?

0 commit comments

Comments
 (0)