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/1732-artifact-management/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,7 @@ staging area.
58
58
For each artifact, there will be a configuration file checked into this repository. When a
59
59
project wants to promote an image, they will file a PR in this repository to update their
60
60
image promotion configuration to promote an artifact from staging to production. Once this
61
-
PR is approved, automation that is running in the k8s project infrastructure (e.g.
62
-
https://github.com/GoogleCloudPlatform/k8s-container-image-promoter) will pick up this new
61
+
PR is approved, automation that is running in the k8s project infrastructure (built using our [artifact promotion tooling][promo-tools]) will pick up this new
63
62
configuration file and copy the relevant bits out to the production serving locations.
64
63
65
64
Importantly, if a project needs to roll-back or remove an artifact, the same process will
@@ -128,3 +127,5 @@ manage the images for a Kubernetes release.
128
127
mirrors? What is the performance impact (latency, throughput) of serving
129
128
everything from GCLB? Is GCLB reachable from everywhere (including China)?
130
129
Can we support private mirrors (i.e. non-coordinated mirrors)?
0 commit comments