Skip to content

Commit

Permalink
tests: Adds e2e-test-auth-img project
Browse files Browse the repository at this point in the history
The gcr.io/k8s-staging-e2e-test-auth-img and gcr.io/kubernetes-e2e-test-auth-img
registries are meant to be private, to be used in a few E2E test scenarios, and it is
meant to replace the gcr.io/authenticated-image-pulling.

An auth token with read-only access will have to be generated afterwards, and then
baked into the E2E tests.
  • Loading branch information
claudiubelu committed Jun 20, 2021
1 parent e95ee95 commit 1056d82
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 0 deletions.
14 changes: 14 additions & 0 deletions groups/sig-testing/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,20 @@ groups:
- [email protected]
- [email protected]

- email-id: [email protected]
name: k8s-infra-staging-e2e-test-auth-img
description: |-
Group that owns pushing rights to the gcr.io/k8s-staging-e2e-test-auth-img staging registry
settings:
ReconcileMembers: "true"
members:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

- email-id: [email protected]
name: k8s-infra-staging-e2e-test-images
description: |-
Expand Down
1 change: 1 addition & 0 deletions infra/gcp/infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ infra:
k8s-staging-csi-secrets-store:
k8s-staging-descheduler:
k8s-staging-dns:
k8s-staging-e2e-test-auth-img:
k8s-staging-e2e-test-images:
k8s-staging-etcd:
k8s-staging-etcdadm:
Expand Down
16 changes: 16 additions & 0 deletions k8s.gcr.io/images/k8s-staging-e2e-test-auth-img/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- BenTheElder
- dims
- listx
- mkumatag
- spiffxp
reviewers:
- BenTheElder
- dims
- listx
- mkumatag
- spiffxp
labels:
- sig/testing
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# No images yet
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# google group for gcr.io/k8s-staging-e2e-test-auth-img is [email protected]
registries:
- name: gcr.io/k8s-staging-e2e-test-auth-img
src: true
- name: us.gcr.io/k8s-artifacts-prod/e2e-test-auth-img
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
- name: eu.gcr.io/k8s-artifacts-prod/e2e-test-auth-img
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
- name: asia.gcr.io/k8s-artifacts-prod/e2e-test-auth-img
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com

0 comments on commit 1056d82

Please sign in to comment.