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 c8ab8ecCopy full SHA for c8ab8ec
tests/scripts/create-gke-cluster.sh
@@ -16,8 +16,7 @@ gcloud container clusters create ${GKE_CLUSTER_NAME} \
16
--master-ipv4-cidr 172.16.${ip_random_digit}.32/28 \
17
--metadata=block-project-ssh-keys=TRUE \
18
--monitoring=SYSTEM,POD,DEPLOYMENT \
19
- --logging=SYSTEM,WORKLOAD \
20
- --num-nodes=25
+ --logging=SYSTEM,WORKLOAD
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