Skip to content

Commit a9e6a62

Browse files
committed
Re add network flags
1 parent caa83ae commit a9e6a62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/scripts/create-gke-cluster.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ gcloud container clusters create "${GKE_CLUSTER_NAME}" \
4545
--logging=SYSTEM,WORKLOAD \
4646
--machine-type "${GKE_MACHINE_TYPE}" \
4747
--num-nodes "${GKE_NUM_NODES}" \
48-
--no-enable-insecure-kubelet-readonly-port
49-
# --network=${GKE_CLUSTER_NAME}-network \
50-
# --subnetwork=${GKE_CLUSTER_NAME}-subnet
48+
--no-enable-insecure-kubelet-readonly-port \
49+
--network=${GKE_CLUSTER_NAME}-network \
50+
--subnetwork=${GKE_CLUSTER_NAME}-subnet
5151

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

0 commit comments

Comments
 (0)