Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add kubetest2 staging project #1819

Merged
merged 1 commit into from
Mar 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions groups/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1211,6 +1211,17 @@ groups:
- [email protected]
- [email protected]

- email-id: [email protected]
name: k8s-infra-staging-kubetest2
description: |-
ACL for staging kubetest2 artifacts.
settings:
ReconcileMembers: "true"
members:
- [email protected]
- [email protected]
- [email protected]

- email-id: [email protected]
name: k8s-infra-staging-metrics-server
description: |-
Expand Down
1 change: 1 addition & 0 deletions infra/gcp/ensure-staging-storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ STAGING_PROJECTS=(
kube-state-metrics
kubeadm
kubernetes
kubetest2
kustomize
metrics-server
mirror
Expand Down
12 changes: 12 additions & 0 deletions k8s.gcr.io/images/k8s-staging-kubetest2/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# See the OWNERS file documentation:
# https://github.com/kubernetes/kubernetes/blob/master/docs/devel/owners.md

reviewers:
- amwat
- BenTheElder
- spiffxp

approvers:
- amwat
- BenTheElder
- spiffxp
1 change: 1 addition & 0 deletions k8s.gcr.io/images/k8s-staging-kubetest2/images.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# No images yet
10 changes: 10 additions & 0 deletions k8s.gcr.io/manifests/k8s-staging-kubetest2/promoter-manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# google group for gcr.io/k8s-staging-kubetest2 is [email protected]
registries:
- name: gcr.io/k8s-staging-kubetest2
src: true
- name: us.gcr.io/k8s-artifacts-prod/kubetest2
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
- name: eu.gcr.io/k8s-artifacts-prod/kubetest2
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
- name: asia.gcr.io/k8s-artifacts-prod/kubetest2
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com