-
Notifications
You must be signed in to change notification settings - Fork 882
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
13ec5df
add staging project for K8s storage
be5d01c
update email address for humblec
d3e76af
rename storage to sig-storage
16880cd
add pohly to sig storage group
2a82301
remove self from owners for now
fbefa62
add pohly to sig-storage reviewers
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
|
@@ -372,6 +372,22 @@ groups: | |
members: | ||
- [email protected] | ||
|
||
- email-id: [email protected] | ||
name: k8s-infra-staging-storage | ||
description: |- | ||
ACL for staging K8s Storage artifacts | ||
settings: | ||
ReconcileMembers: "true" | ||
members: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
# | ||
# RBAC groups: k8s-infra-rbac-* | ||
# | ||
|
This file contains hidden or 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 |
---|---|---|
|
@@ -84,6 +84,7 @@ STAGING_PROJECTS=( | |
scl-image-builder | ||
service-apis | ||
slack-infra | ||
storage | ||
txtdirect | ||
) | ||
|
||
|
This file contains hidden or 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 | ||
|
||
reviwers: | ||
kmova marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- wongma7 | ||
- kmova | ||
- humblec |
This file contains hidden or 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-storage/promoter-manifest.yaml
This file contains hidden or 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-storage is [email protected] | ||
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 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.