diff --git a/groups/groups.yaml b/groups/groups.yaml index e34659d123f..275d3f3fd77 100644 --- a/groups/groups.yaml +++ b/groups/groups.yaml @@ -372,6 +372,23 @@ groups: members: - bentheelder@google.com + - email-id: k8s-infra-staging-sig-storage@kubernetes.io + name: k8s-infra-staging-sig-storage + description: |- + ACL for staging sig storage artifacts + settings: + ReconcileMembers: "true" + members: + - davanum@gmail.com + - saadali@google.com + - msau@google.com + - xingyang105@gmail.com + - jsafrane@redhat.com + - mattwon@amazon.com + - kiran.mova@mayadata.io + - humble.devassy@gmail.com + - patrick.ohly@intel.com + # # RBAC groups: k8s-infra-rbac-* # diff --git a/infra/gcp/ensure-staging-storage.sh b/infra/gcp/ensure-staging-storage.sh index fdd8be46d7d..57963a3d895 100755 --- a/infra/gcp/ensure-staging-storage.sh +++ b/infra/gcp/ensure-staging-storage.sh @@ -84,6 +84,7 @@ STAGING_PROJECTS=( scl-image-builder service-apis slack-infra + sig-storage txtdirect ) diff --git a/k8s.gcr.io/images/k8s-staging-sig-storage/OWNERS b/k8s.gcr.io/images/k8s-staging-sig-storage/OWNERS new file mode 100644 index 00000000000..3505fd44f36 --- /dev/null +++ b/k8s.gcr.io/images/k8s-staging-sig-storage/OWNERS @@ -0,0 +1,14 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +# Current set of people in sig-storage-leads from +# https://github.com/kubernetes/community/blob/master/OWNERS_ALIASES. +approvers: +- jsafrane +- msau42 +- saad-ali +- xing-yang + +reviewers: +- wongma7 +- humblec +- pohly diff --git a/k8s.gcr.io/images/k8s-staging-sig-storage/images.yaml b/k8s.gcr.io/images/k8s-staging-sig-storage/images.yaml new file mode 100644 index 00000000000..d48c82d0a75 --- /dev/null +++ b/k8s.gcr.io/images/k8s-staging-sig-storage/images.yaml @@ -0,0 +1 @@ +# No images yet diff --git a/k8s.gcr.io/manifests/k8s-staging-sig-storage/promoter-manifest.yaml b/k8s.gcr.io/manifests/k8s-staging-sig-storage/promoter-manifest.yaml new file mode 100644 index 00000000000..6647b3ab870 --- /dev/null +++ b/k8s.gcr.io/manifests/k8s-staging-sig-storage/promoter-manifest.yaml @@ -0,0 +1,10 @@ +# google group for gcr.io/k8s-staging-sig-storage is k8s-infra-staging-sig-storage@kubernetes.io +registries: +- name: gcr.io/k8s-staging-sig-storage + src: true +- name: us.gcr.io/k8s-artifacts-prod/storage + service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com +- name: eu.gcr.io/k8s-artifacts-prod/storage + service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com +- name: asia.gcr.io/k8s-artifacts-prod/storage + service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com