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 f79a6f0 commit 6a3c7b3Copy full SHA for 6a3c7b3
tests/scripts/create-gke-cluster.sh
@@ -35,8 +35,7 @@ gcloud container clusters create "${GKE_CLUSTER_NAME}" \
35
--stack-type="${GKE_CLUSTER_STACK_TYPE}" \
36
--ipv6-access-type="${GKE_CLUSTER_IPV6_ACCESS_TYPE}" \
37
--create-subnetwork name=${RESOURCE_NAME},range=/21 \
38
- --network=us-ipv4-ipv6 \
39
- --enable-dataplane-v2
+ --network=us-ipv4-ipv6 --enable-dataplane-v2
40
41
42
# Add current IP to GKE master control node access, if this script is not invoked during a CI run.
0 commit comments