Skip to content

Commit 6a3c7b3

Browse files
committed
Attempt to fix unrecognized arguments
1 parent f79a6f0 commit 6a3c7b3

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
@@ -35,8 +35,7 @@ gcloud container clusters create "${GKE_CLUSTER_NAME}" \
3535
--stack-type="${GKE_CLUSTER_STACK_TYPE}" \
3636
--ipv6-access-type="${GKE_CLUSTER_IPV6_ACCESS_TYPE}" \
3737
--create-subnetwork name=${RESOURCE_NAME},range=/21 \
38-
--network=us-ipv4-ipv6 \
39-
--enable-dataplane-v2
38+
--network=us-ipv4-ipv6 --enable-dataplane-v2
4039

4140

4241
# Add current IP to GKE master control node access, if this script is not invoked during a CI run.

0 commit comments

Comments
 (0)