Skip to content

Commit

Permalink
Add a staging repo for networking related addons
Browse files Browse the repository at this point in the history
  • Loading branch information
varunmar committed Oct 23, 2020
1 parent 53217f3 commit 28cca63
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
14 changes: 14 additions & 0 deletions groups/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1195,6 +1195,20 @@ groups:
- tasha.drew@gmail.com
- srajakum@amazon.com

- email-id: k8s-infra-staging-networking@kubernetes.io
name: k8s-infra-staging-networking
description: |-
ACL for staging networking images.
settings:
ReconcileMembers: "true"
members:
- bowei@google.com
- jsand@google.com
- pavithrar@google.com
- thockin@google.com
- varunmar@google.com
- zihongz@google.com

- email-id: k8s-infra-staging-nfd@kubernetes.io
name: k8s-infra-staging-nfd
description: |-
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=(
kubernetes
metrics-server
multitenancy
networking
nfd
npd
provider-azure
Expand Down
7 changes: 7 additions & 0 deletions k8s.gcr.io/images/k8s-staging-networking/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See the OWNERS file documentation:
# https://github.com/kubernetes/kubernetes/blob/master/docs/devel/owners.md

approvers:
- bowei
- MrHohn
- thockin
1 change: 1 addition & 0 deletions k8s.gcr.io/images/k8s-staging-networking/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-networking/promoter-manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# google group for gcr.io/k8s-staging-networking is k8s-infra-staging-networking@kubernetes.io
registries:
- name: gcr.io/k8s-staging-networking
src: true
- name: us.gcr.io/k8s-artifacts-prod/networking
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
- name: eu.gcr.io/k8s-artifacts-prod/networking
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
- name: asia.gcr.io/k8s-artifacts-prod/networking
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com

0 comments on commit 28cca63

Please sign in to comment.