-
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.
Merge pull request #943 from kmova/k8s-storage-staging
add staging project for K8s storage
- Loading branch information
Showing
5 changed files
with
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -377,6 +377,23 @@ groups: | |
members: | ||
- [email protected] | ||
|
||
- email-id: [email protected] | ||
name: k8s-infra-staging-sig-storage | ||
description: |- | ||
ACL for staging sig storage artifacts | ||
settings: | ||
ReconcileMembers: "true" | ||
members: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
# | ||
# RBAC groups: k8s-infra-rbac-* | ||
# | ||
|
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 |
---|---|---|
|
@@ -85,6 +85,7 @@ STAGING_PROJECTS=( | |
scl-image-builder | ||
service-apis | ||
slack-infra | ||
sig-storage | ||
txtdirect | ||
) | ||
|
||
|
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,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 |
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 @@ | ||
# No images yet |
10 changes: 10 additions & 0 deletions
10
k8s.gcr.io/manifests/k8s-staging-sig-storage/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-sig-storage is [email protected] | ||
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 |