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.
--create-subnetwork
2600:1900:4041:625:0:1:0:0/96
1 parent 6a3c7b3 commit 61716d8Copy full SHA for 61716d8
tests/scripts/create-gke-cluster.sh
@@ -34,7 +34,7 @@ gcloud container clusters create "${GKE_CLUSTER_NAME}" \
34
--no-enable-insecure-kubelet-readonly-port \
35
--stack-type="${GKE_CLUSTER_STACK_TYPE}" \
36
--ipv6-access-type="${GKE_CLUSTER_IPV6_ACCESS_TYPE}" \
37
- --create-subnetwork name=${RESOURCE_NAME},range=/21 \
+ --create-subnetwork name=${RESOURCE_NAME},range=2600:1900:4041:625:0:1:0:0/96 \
38
--network=us-ipv4-ipv6 --enable-dataplane-v2
39
40
0 commit comments