Skip to content

Commit

Permalink
Merge pull request #1188 from spiffxp/rm-less-iops-pool
Browse files Browse the repository at this point in the history
Remove old low-IOPS n1-highmem-8 nodepool
  • Loading branch information
k8s-ci-robot authored Aug 28, 2020
2 parents 35e7fa8 + a27f8bb commit e901b1f
Showing 1 changed file with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,25 +107,6 @@ module "prow_build_cluster" {
is_prod_cluster = "true"
}

module "prow_build_nodepool_n1_highmem_8" {
source = "../../../modules/gke-nodepool"
project_name = local.project_id
cluster_name = module.prow_build_cluster.cluster.name
location = module.prow_build_cluster.cluster.location
name = "pool3"
initial_count = 1
min_count = 1
max_count = 30
# kind-ipv6 jobs need an ipv6 stack; COS doesn't provide one, so we need to
# use an UBUNTU image instead. Keep parity with the existing google.com
# k8s-prow-builds/prow cluster by using the CONTAINERD variant
image_type = "UBUNTU_CONTAINERD"
machine_type = "n1-highmem-8"
disk_size_gb = 250
disk_type = "pd-ssd"
service_account = module.prow_build_cluster.cluster_node_sa.email
}

module "prow_build_nodepool_n1_highmem_8_maxiops" {
source = "../../../modules/gke-nodepool"
project_name = local.project_id
Expand Down

0 comments on commit e901b1f

Please sign in to comment.