We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a2a16 commit 53253f0Copy full SHA for 53253f0
tests/scripts/create-gke-cluster.sh
@@ -17,7 +17,6 @@ gcloud container clusters create ${GKE_CLUSTER_NAME} \
17
--metadata=block-project-ssh-keys=TRUE \
18
--monitoring=SYSTEM,POD,DEPLOYMENT \
19
--logging=SYSTEM,WORKLOAD \
20
- --num-nodes=25
21
22
# Add current IP to GKE master control node access, if this script is not invoked during a CI run.
23
if [ "${IS_CI}" = "false" ]; then
0 commit comments