Skip to content

Commit

Permalink
Revert "chore: allocate less address space in e2e gke cluster tests [D…
Browse files Browse the repository at this point in the history
…ET-9231] (#6393)" (#6398)

This reverts commit a436afc.
  • Loading branch information
tayritenour authored Mar 30, 2023
1 parent aad581e commit 6841dad
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -730,13 +730,6 @@ commands:
accel-node-taints:
type: string
default: ""
cluster-ipv4-cidr:
type: string
description: The IP address range for the pods in this cluster.
# This was previously allowed to use default values provided by GKE.
# We are specifying this since the cluster doesn't need to be very large and GKE was intermittently
# choosing an excessively large range.
default: "10.0.0.0/16"
steps:
- set-cluster-id:
cluster-id: <<parameters.cluster-id>>
Expand Down Expand Up @@ -764,7 +757,7 @@ commands:
- run:
command: |
echo "Console URL for cluster: https://console.cloud.google.com/kubernetes/clusters/details/<<parameters.region>>/${CLUSTER_ID}?project=determined-ai"
gcloud container clusters create ${CLUSTER_ID} --machine-type=n1-standard-8 --cluster-version=<<parameters.gke-version>> --region=<<parameters.region>> --node-locations=<<parameters.node-locations>> --scopes storage-rw,cloud-platform --num-nodes 1 --labels environment=ci,${LABELS} --no-enable-ip-alias --subnetwork default --cluster-ipv4-cidr=<<parameters.cluster-ipv4-cidr>>
gcloud container clusters create ${CLUSTER_ID} --machine-type=n1-standard-8 --cluster-version=<<parameters.gke-version>> --region=<<parameters.region>> --node-locations=<<parameters.node-locations>> --scopes storage-rw,cloud-platform --num-nodes 1 --labels environment=ci,${LABELS} --no-enable-ip-alias --subnetwork default
name: Create GKE cluster
no_output_timeout: 30m
- run:
Expand Down

0 comments on commit 6841dad

Please sign in to comment.