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 staging project for K8s storage #943

Merged
merged 6 commits into from
Jun 10, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
16 changes: 16 additions & 0 deletions groups/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,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
kmova marked this conversation as resolved.
Show resolved Hide resolved

#
# 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 @@ -84,6 +84,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:
kmova marked this conversation as resolved.
Show resolved Hide resolved
- 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