-
Notifications
You must be signed in to change notification settings - Fork 880
add staging project for K8s storage #943
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
Changes from all commits
13ec5df
be5d01c
d3e76af
16880cd
2a82301
fbefa62
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -372,6 +372,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-* | ||
# | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,6 +84,7 @@ STAGING_PROJECTS=( | |
scl-image-builder | ||
service-apis | ||
slack-infra | ||
sig-storage | ||
txtdirect | ||
) | ||
|
||
|
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 | ||
kmova marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- pohly |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# No images yet |
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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Was it intentional or an oversight that the final destination is still "storage" instead of "sig-storage"? /cc @msau42 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it was a mistake There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
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 |
Uh oh!
There was an error while loading. Please reload this page.