From 54f79a8afbe99c9dbe0069a073341988a9777b80 Mon Sep 17 00:00:00 2001 From: Chris Hein Date: Wed, 2 Jun 2021 23:23:38 -0700 Subject: [PATCH] Add project k8s-staging-cluster-api-nested Add k8s-staging-cluster-api-nested project for images build from https://sigs.k8s.io/cluster-api-provider-nested Signed-off-by: Chris Hein --- groups/groups.yaml | 12 ++++++++++++ infra/gcp/ensure-staging-storage.sh | 1 + .../images/k8s-staging-cluster-api-nested/OWNERS | 16 ++++++++++++++++ .../k8s-staging-cluster-api-nested/images.yaml | 1 + .../promoter-manifest.yaml | 10 ++++++++++ 5 files changed, 40 insertions(+) create mode 100644 k8s.gcr.io/images/k8s-staging-cluster-api-nested/OWNERS create mode 100644 k8s.gcr.io/images/k8s-staging-cluster-api-nested/images.yaml create mode 100644 k8s.gcr.io/manifests/k8s-staging-cluster-api-nested/promoter-manifest.yaml diff --git a/groups/groups.yaml b/groups/groups.yaml index 470d8e6dd20b..9e29074431f0 100644 --- a/groups/groups.yaml +++ b/groups/groups.yaml @@ -737,6 +737,18 @@ groups: - justinsb@google.com - prignanov@vmware.com + - email-id: k8s-infra-staging-cluster-api-nested@kubernetes.io + name: k8s-infra-staging-cluster-api-nested + description: |- + ACL for staging CAPI for Nested + settings: + ReconcileMembers: "true" + members: + - charleszheng44@gmail.com + - me@chrishein.com + - prignanov@vmware.com + - vrgf2003@gmail.com + - email-id: k8s-infra-staging-bootkube@kubernetes.io name: k8s-infra-staging-bootkube description: |- diff --git a/infra/gcp/ensure-staging-storage.sh b/infra/gcp/ensure-staging-storage.sh index 35436bf37b53..92fa44c5adc7 100755 --- a/infra/gcp/ensure-staging-storage.sh +++ b/infra/gcp/ensure-staging-storage.sh @@ -63,6 +63,7 @@ readonly STAGING_PROJECTS=( cluster-api-azure cluster-api-do cluster-api-gcp + cluster-api-nested coredns cpa cri-tools diff --git a/k8s.gcr.io/images/k8s-staging-cluster-api-nested/OWNERS b/k8s.gcr.io/images/k8s-staging-cluster-api-nested/OWNERS new file mode 100644 index 000000000000..82b089905519 --- /dev/null +++ b/k8s.gcr.io/images/k8s-staging-cluster-api-nested/OWNERS @@ -0,0 +1,16 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: +- christopherhein +- cluster-api-admins +- sig-cluster-lifecycle-leads +- vincepri + +reviewers: +- christopherhein +- cluster-api-admins +- sig-cluster-lifecycle-leads +- vincepri + +labels: +- sig/cluster-lifecycle diff --git a/k8s.gcr.io/images/k8s-staging-cluster-api-nested/images.yaml b/k8s.gcr.io/images/k8s-staging-cluster-api-nested/images.yaml new file mode 100644 index 000000000000..6c9ba904fc9c --- /dev/null +++ b/k8s.gcr.io/images/k8s-staging-cluster-api-nested/images.yaml @@ -0,0 +1 @@ +# No images yet \ No newline at end of file diff --git a/k8s.gcr.io/manifests/k8s-staging-cluster-api-nested/promoter-manifest.yaml b/k8s.gcr.io/manifests/k8s-staging-cluster-api-nested/promoter-manifest.yaml new file mode 100644 index 000000000000..a4b75b9ed806 --- /dev/null +++ b/k8s.gcr.io/manifests/k8s-staging-cluster-api-nested/promoter-manifest.yaml @@ -0,0 +1,10 @@ +# google group for gcr.io/k8s-staging-cluster-api-nested is k8s-infra-staging-cluster-api-nested@kubernetes.io +registries: +- name: gcr.io/k8s-staging-cluster-api-nested + src: true +- name: us.gcr.io/k8s-artifacts-prod/cluster-api-nested + service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com +- name: eu.gcr.io/k8s-artifacts-prod/cluster-api-nested + service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com +- name: asia.gcr.io/k8s-artifacts-prod/cluster-api-nested + service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com