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.
compute networks subnets create
1 parent e1e46e8 commit a5eedd0Copy full SHA for a5eedd0
tests/scripts/create-and-setup-gcp-vm.sh
@@ -20,7 +20,8 @@ if [ "${IPV6_ENABLED}" = "true" ]; then
20
--network=${RESOURCE_NAME} \
21
--stack-type=IPV4_IPV6 \
22
--ipv6-access-type=INTERNAL \
23
- --region=${GKE_CLUSTER_REGION}
+ --region=${GKE_CLUSTER_REGION} \
24
+ --range=2001:db8::/64
25
26
NETWORK=${RESOURCE_NAME}
27
NETWORK_TIER="ipv6-network-tier=PREMIUM"
0 commit comments