Skip to content

Commit 8300b7e

Browse files
committed
Update ipv6-access-type to EXTERNAL
1 parent 185f5e2 commit 8300b7e

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
@@ -26,7 +26,7 @@ if [ "${IPV6_ENABLE}" = "true" ]; then
2626
gcloud compute networks subnets create ${GKE_CLUSTER_NAME}-subnet \
2727
--network=${GKE_CLUSTER_NAME}-network \
2828
--stack-type=IPV6_ONLY \
29-
--ipv6-access-type=INTERNAL \
29+
--ipv6-access-type=EXTERNAL \
3030
--region=${GKE_CLUSTER_REGION}
3131

3232
echo "Deleting subnet ${GKE_CLUSTER_NAME}-subnet (if exists)..."

0 commit comments

Comments
 (0)