-
Notifications
You must be signed in to change notification settings - Fork 831
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ingress-nginx project for use of image promoter
- Loading branch information
Showing
5 changed files
with
32 additions
and
3 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 |
---|---|---|
|
@@ -523,8 +523,8 @@ groups: | |
settings: | ||
ReconcileMembers: "true" | ||
members: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
- email-id: [email protected] | ||
name: k8s-infra-conform-cri-o | ||
|
@@ -1172,7 +1172,6 @@ groups: | |
- [email protected] | ||
- [email protected] | ||
|
||
|
||
- email-id: [email protected] | ||
name: release-managers-private | ||
description: |- | ||
|
@@ -1327,3 +1326,12 @@ groups: | |
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
- email-id: [email protected] | ||
name: k8s-infra-staging-ingress-nginx | ||
description: |- | ||
ACL for pushing ingress-nginx artifacts | ||
settings: | ||
ReconcileMembers: "true" | ||
members: | ||
- [email protected] |
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 |
---|---|---|
|
@@ -63,6 +63,7 @@ STAGING_PROJECTS=( | |
etcd | ||
external-dns | ||
infra-tools | ||
ingress-nginx | ||
kas-network-proxy | ||
kind | ||
kops | ||
|
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,9 @@ | ||
# See the OWNERS file documentation: | ||
# https://github.com/kubernetes/community/blob/master/contributors/devel/owners.md | ||
|
||
approvers: | ||
- thockin | ||
- bowei | ||
- aledbf | ||
labels: | ||
- sig/network |
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 @@ | ||
# TODO: add images |
10 changes: 10 additions & 0 deletions
10
k8s.gcr.io/images/k8s-staging-ingress-nginx/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-ingress-nginx is [email protected] | ||
registries: | ||
- name: gcr.io/k8s-staging-ingress-nginx | ||
src: true | ||
- name: us.gcr.io/k8s-artifacts-prod/ingress-nginx | ||
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com | ||
- name: eu.gcr.io/k8s-artifacts-prod/ingress-nginx | ||
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com | ||
- name: asia.gcr.io/k8s-artifacts-prod/ingress-nginx | ||
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com |