Skip to content

Commit

Permalink
delete old nodepool
Browse files Browse the repository at this point in the history
  • Loading branch information
upodroid committed Mar 5, 2024
1 parent 77965af commit a4ad41f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions infra/gcp/terraform/k8s-infra-prow-build/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,6 @@ module "prow_build_cluster" {
# Why use UBUNTU_CONTAINERD for image_type?
# - ipv6 jobs need an ipv6 stack; COS lacks one, so use UBUNTU
# - k8s-prow-builds/prow cluster uses _CONTAINERD variant, keep parity
module "prow_build_nodepool_n1_highmem_8_localssd" {
source = "../modules/gke-nodepool"
project_name = module.project.project_id
cluster_name = module.prow_build_cluster.cluster.name
location = module.prow_build_cluster.cluster.location
name = "pool5"
initial_count = 1
min_count = 1
max_count = 80
image_type = "UBUNTU_CONTAINERD"
machine_type = "n1-highmem-8"
disk_size_gb = 100
disk_type = "pd-standard"
ephemeral_local_ssd_count = 2 # each is 375GB
service_account = module.prow_build_cluster.cluster_node_sa.email
}

module "prow_build_nodepool_c3_standard_8_lssd" {
source = "../modules/gke-nodepool"
Expand Down

0 comments on commit a4ad41f

Please sign in to comment.