Skip to content

Commit 0caf8ce

Browse files
authored
Merge pull request #7547 from borg-land/llm-instance-gateway
Create a staging registry for llm-instance-gateway project
2 parents 2a0a295 + f742f76 commit 0caf8ce

File tree

3 files changed

+59
-9
lines changed

3 files changed

+59
-9
lines changed

infra/gcp/terraform/k8s-staging-images/registries.tf

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ limitations under the License.
1717
locals {
1818
// The groups have to be created before applying this terraform code
1919
registries = {
20-
charts = "group:[email protected]"
21-
cloud-provider-kind = "group:[email protected]"
22-
etcd-manager = "group:[email protected]",
23-
kind = "group:[email protected]"
24-
kubernetes = "group:[email protected]",
25-
kueue = "group:[email protected]"
26-
secrets-store-sync = "group:[email protected]"
27-
test-infra = "group:[email protected]"
28-
csi-vsphere = "group:[email protected]"
20+
charts = "group:[email protected]"
21+
cloud-provider-kind = "group:[email protected]"
22+
etcd-manager = "group:[email protected]"
23+
kind = "group:[email protected]"
24+
kubernetes = "group:[email protected]"
25+
kueue = "group:[email protected]"
26+
llm-instance-gateway = "group:[email protected]"
27+
secrets-store-sync = "group:[email protected]"
28+
test-infra = "group:[email protected]"
29+
csi-vsphere = "group:[email protected]"
2930
}
3031
}
3132

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# TODO: add images
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# google group for us-central1-docker.pkg.dev/k8s-staging-images/llm-instance-gateway is [email protected]
2+
registries:
3+
- name: us-central1-docker.pkg.dev/k8s-staging-images/llm-instance-gateway
4+
src: true
5+
- name: asia-east1-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
6+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
7+
- name: asia-south1-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
8+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
9+
- name: asia-northeast1-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
10+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
11+
- name: asia-northeast2-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
12+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
13+
- name: australia-southeast1-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
14+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
15+
- name: europe-north1-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
16+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
17+
- name: europe-southwest1-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
18+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
19+
- name: europe-west1-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
20+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
21+
- name: europe-west2-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
22+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
23+
- name: europe-west3-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
24+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
25+
- name: europe-west4-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
26+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
27+
- name: europe-west8-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
28+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
29+
- name: europe-west9-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
30+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
31+
- name: europe-west10-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
32+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
33+
- name: southamerica-west1-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
34+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
35+
- name: us-central1-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
36+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
37+
- name: us-east1-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
38+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
39+
- name: us-east4-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
40+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
41+
- name: us-east5-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
42+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
43+
- name: us-south1-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
44+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
45+
- name: us-west1-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
46+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
47+
- name: us-west2-docker.pkg.dev/k8s-artifacts-prod/images/llm-instance-gateway
48+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com

0 commit comments

Comments
 (0)