Skip to content

Commit

Permalink
add staging project for K8s storage
Browse files Browse the repository at this point in the history
we'll be using this to move our existing container
images generated by kubernetes incubator.

The projects are being shifted from kubernetes incubator
to kubernetes-sigs and as part of this migration,
we will start using the new image registeries maintained
by community infra with GCB + GCS

Ref: kubernetes-sigs/nfs-ganesha-server-and-external-provisioner#2

Signed-off-by: kmova <kiran.mova@mayadata.io>
  • Loading branch information
kmova authored and Bart Smykla committed Jun 10, 2020
1 parent 09d0f88 commit 6216fb0
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 0 deletions.
16 changes: 16 additions & 0 deletions groups/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,22 @@ groups:
members:
- bentheelder@google.com

- email-id: k8s-infra-staging-storage@kubernetes.io
name: k8s-infra-staging-storage
description: |-
ACL for staging K8s 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
- hchiramm@redhat.com

#
# RBAC groups: k8s-infra-rbac-*
#
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 @@ -85,6 +85,7 @@ STAGING_PROJECTS=(
scl-image-builder
service-apis
slack-infra
storage
txtdirect
)

Expand Down
14 changes: 14 additions & 0 deletions k8s.gcr.io/images/k8s-staging-storage/OWNERS
Original file line number Diff line number Diff line change
@@ -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

reviwers:
- wongma7
- kmova
- humblec
1 change: 1 addition & 0 deletions k8s.gcr.io/images/k8s-staging-storage/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-storage/promoter-manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# google group for gcr.io/k8s-staging-storage is k8s-infra-staging-storage@kubernetes.io
registries:
- name: gcr.io/k8s-staging-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

0 comments on commit 6216fb0

Please sign in to comment.