Skip to content

Commit 53253f0

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/scripts/create-gke-cluster.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ gcloud container clusters create ${GKE_CLUSTER_NAME} \
1717
--metadata=block-project-ssh-keys=TRUE \
1818
--monitoring=SYSTEM,POD,DEPLOYMENT \
1919
--logging=SYSTEM,WORKLOAD \
20-
--num-nodes=25
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)