Skip to content

Commit 61716d8

Browse files
committed
Update --create-subnetwork with IPv6 CIDR range of 2600:1900:4041:625:0:1:0:0/96
1 parent 6a3c7b3 commit 61716d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/create-gke-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ gcloud container clusters create "${GKE_CLUSTER_NAME}" \
3434
--no-enable-insecure-kubelet-readonly-port \
3535
--stack-type="${GKE_CLUSTER_STACK_TYPE}" \
3636
--ipv6-access-type="${GKE_CLUSTER_IPV6_ACCESS_TYPE}" \
37-
--create-subnetwork name=${RESOURCE_NAME},range=/21 \
37+
--create-subnetwork name=${RESOURCE_NAME},range=2600:1900:4041:625:0:1:0:0/96 \
3838
--network=us-ipv4-ipv6 --enable-dataplane-v2
3939

4040

0 commit comments

Comments
 (0)