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 185f5e2 commit 8300b7eCopy full SHA for 8300b7e
tests/scripts/create-gke-cluster.sh
@@ -26,7 +26,7 @@ if [ "${IPV6_ENABLE}" = "true" ]; then
26
gcloud compute networks subnets create ${GKE_CLUSTER_NAME}-subnet \
27
--network=${GKE_CLUSTER_NAME}-network \
28
--stack-type=IPV6_ONLY \
29
- --ipv6-access-type=INTERNAL \
+ --ipv6-access-type=EXTERNAL \
30
--region=${GKE_CLUSTER_REGION}
31
32
echo "Deleting subnet ${GKE_CLUSTER_NAME}-subnet (if exists)..."
0 commit comments