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 084d841 commit 9a188deCopy full SHA for 9a188de
tests/scripts/create-gke-cluster.sh
@@ -34,8 +34,10 @@ 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 \
+ --network=us-ipv4-ipv6 \
38
+ --subnetwork=us-ipv4-ipv6 \
39
--enable-dataplane-v2
40
+ # --create-subnetwork name=${RESOURCE_NAME},range=/21 \ ## Might need this later
41
42
# Add current IP to GKE master control node access, if this script is not invoked during a CI run.
43
if [ "${IS_CI}" = "false" ]; then
0 commit comments