Skip to content

Commit c8ab8ec

Browse files
committed
fix gke-cluster script
1 parent 00a2a16 commit c8ab8ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/scripts/create-gke-cluster.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ gcloud container clusters create ${GKE_CLUSTER_NAME} \
1616
--master-ipv4-cidr 172.16.${ip_random_digit}.32/28 \
1717
--metadata=block-project-ssh-keys=TRUE \
1818
--monitoring=SYSTEM,POD,DEPLOYMENT \
19-
--logging=SYSTEM,WORKLOAD \
20-
--num-nodes=25
19+
--logging=SYSTEM,WORKLOAD
2120

2221
# Add current IP to GKE master control node access, if this script is not invoked during a CI run.
2322
if [ "${IS_CI}" = "false" ]; then

0 commit comments

Comments
 (0)