Skip to content

Commit a5eedd0

Browse files
committed
Add cidr range to compute networks subnets create
1 parent e1e46e8 commit a5eedd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/scripts/create-and-setup-gcp-vm.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ if [ "${IPV6_ENABLED}" = "true" ]; then
2020
--network=${RESOURCE_NAME} \
2121
--stack-type=IPV4_IPV6 \
2222
--ipv6-access-type=INTERNAL \
23-
--region=${GKE_CLUSTER_REGION}
23+
--region=${GKE_CLUSTER_REGION} \
24+
--range=2001:db8::/64
2425

2526
NETWORK=${RESOURCE_NAME}
2627
NETWORK_TIER="ipv6-network-tier=PREMIUM"

0 commit comments

Comments
 (0)