diff --git a/groups/groups.yaml b/groups/groups.yaml index 8a6f1819dd0..84c2ada0532 100644 --- a/groups/groups.yaml +++ b/groups/groups.yaml @@ -118,20 +118,3 @@ groups: - zcorleissen@linuxfoundation.org - jim@nirmata.com - rficcaglia@gmail.com - - # - # Staging groups: k8s-infra-staging-* - # - # Each group here governs access to one staging project. - # - - # TODO: this subproject has been retired, decommission the subproject - - email-id: k8s-infra-staging-bootkube@kubernetes.io - name: k8s-infra-staging-bootkube - description: |- - ACL for staging bootkube image. - settings: - ReconcileMembers: "true" - members: - - andrew@andrewrynhard.com - - rahul@rmenn.in diff --git a/groups/restrictions.yaml b/groups/restrictions.yaml index a470e236486..38cbf77b95b 100644 --- a/groups/restrictions.yaml +++ b/groups/restrictions.yaml @@ -16,7 +16,6 @@ restrictions: - path: "groups.yaml" allowedGroups: - "^leads@kubernetes.io$" - - "^k8s-infra-staging-bootkube@kubernetes.io$" - path: "sig-api-machinery/groups.yaml" allowedGroups: - "^k8s-infra-staging-etcd@kubernetes.io$" diff --git a/infra/gcp/infra.yaml b/infra/gcp/infra.yaml index c5b3b3eba33..2c9dda2dccb 100644 --- a/infra/gcp/infra.yaml +++ b/infra/gcp/infra.yaml @@ -259,7 +259,6 @@ infra: k8s-staging-apisnoop: k8s-staging-artifact-promoter: k8s-staging-autoscaling: - k8s-staging-bootkube: k8s-staging-boskos: k8s-staging-build-image: k8s-staging-capi-docker: diff --git a/k8s.gcr.io/images/k8s-staging-bootkube/OWNERS b/k8s.gcr.io/images/k8s-staging-bootkube/OWNERS deleted file mode 100644 index 4371ae21738..00000000000 --- a/k8s.gcr.io/images/k8s-staging-bootkube/OWNERS +++ /dev/null @@ -1,6 +0,0 @@ -# See the OWNERS file documentation: -# https://go.k8s.io/owners - -approvers: - - andrewrynhard - - rmenn diff --git a/k8s.gcr.io/images/k8s-staging-bootkube/images.yaml b/k8s.gcr.io/images/k8s-staging-bootkube/images.yaml deleted file mode 100644 index d48c82d0a75..00000000000 --- a/k8s.gcr.io/images/k8s-staging-bootkube/images.yaml +++ /dev/null @@ -1 +0,0 @@ -# No images yet diff --git a/k8s.gcr.io/images/k8s-staging-bootkube/promoter-manifest.yaml b/k8s.gcr.io/images/k8s-staging-bootkube/promoter-manifest.yaml deleted file mode 100644 index 9042d911fa6..00000000000 --- a/k8s.gcr.io/images/k8s-staging-bootkube/promoter-manifest.yaml +++ /dev/null @@ -1,10 +0,0 @@ - # google group for gcr.io/k8s-staging-bootkube is k8s-infra-staging-bootkube@kubernetes.io -registries: -- name: gcr.io/k8s-staging-bootkube - src: true -- name: us.gcr.io/k8s-artifacts-prod/bootkube - service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com -- name: eu.gcr.io/k8s-artifacts-prod/bootkube - service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com -- name: asia.gcr.io/k8s-artifacts-prod/bootkube - service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com