-
Notifications
You must be signed in to change notification settings - Fork 832
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Adds e2e-test-auth-images project
The gcr.io/k8s-staging-e2e-test-auth-images and gcr.io/kubernetes-e2e-test-auth-images 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
1 parent
39c1025
commit c63b2a4
Showing
4 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
10 changes: 10 additions & 0 deletions
10
k8s.gcr.io/manifests/k8s-staging-test-auth-images/promoter-manifest.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# google group for gcr.io/k8s-staging-e2e-test-auth-images is k8s-infra-staging-e2e-test-auth-images@kubernetes.io | ||
registries: | ||
- name: gcr.io/k8s-staging-e2e-test-auth-images | ||
src: true | ||
- name: us.gcr.io/k8s-artifacts-prod/e2e-test-auth-images | ||
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com | ||
- name: eu.gcr.io/k8s-artifacts-prod/e2e-test-auth-images | ||
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com | ||
- name: asia.gcr.io/k8s-artifacts-prod/e2e-test-auth-images | ||
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com |