Skip to content

Commit bb12ab5

Browse files
misbernerconnorgorman
authored andcommitted
Use E2 machine type in CI (#110)
1 parent c34d1c7 commit bb12ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/create-cluster.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ create-cluster() {
2222
echo "Trying zone $zone"
2323
gcloud config set compute/zone "${zone}"
2424
timeout 420 gcloud beta container clusters create \
25-
--machine-type n1-standard-4 \
25+
--machine-type e2-standard-4 \
2626
--num-nodes "${NUM_NODES}" \
2727
--disk-type=pd-standard \
2828
--disk-size=20GB \

0 commit comments

Comments
 (0)