Skip to content

Commit

Permalink
remove prow-build-test cluster
Browse files Browse the repository at this point in the history
actuated via:
- terraform destroy before removing the .tf files
- gcloud projects delete for the e2e projects
- gcloud compute addresses delete for the boskos-metrics ip
  • Loading branch information
spiffxp committed May 6, 2020
1 parent df79ef0 commit de7a266
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 132 deletions.

This file was deleted.

107 changes: 0 additions & 107 deletions infra/gcp/clusters/kubernetes-public/prow-build-test/main.tf

This file was deleted.

5 changes: 0 additions & 5 deletions infra/gcp/ensure-e2e-projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,13 @@ function usage() {

## setup service accounts and ips for the prow build cluster

# TODO(spiffxp): delete kubernetes-public prow-build-test SA
PROW_BUILD_SVCACCT=$(svc_acct_email "k8s-infra-prow-build" "prow-build")
# TODO(spiffxp): delete kubernetes-public boskos-janitor SA
BOSKOS_JANITOR_SVCACCT=$(svc_acct_email "k8s-infra-prow-build" "boskos-janitor")

color 6 "Ensuring boskos-janitor is empowered"
(
color 6 "Ensuring external ip address exists for boskos-metrics service in prow build cluster"
# this is so monitoring.prow.k8s.io is able to scrape metrics from boskos
# TODO(spiffxp): get rid of kubernetes-public/boskos-metrics regional ip address
# TODO(spiffxp): redo this as a global ip address and use ingress
ensure_regional_address \
"k8s-infra-prow-build" \
"us-central1" \
Expand All @@ -55,7 +51,6 @@ ensure_regional_address \
## setup projects to be used by e2e tests for standing up clusters

E2E_PROJECTS=(
# TODO(spiffxp): delete spiffxp- projects
# for manual use during node-e2e job migration, eg: --gcp-project=k8s-infra-e2e-gce-project
k8s-infra-e2e-gce-project
# for manual use during job migration, eg: --gcp-project=k8s-infra-e2e-node-e2e-project
Expand Down

0 comments on commit de7a266

Please sign in to comment.