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
1 parent 8bf6aa3 commit 47d9994Copy full SHA for 47d9994
tests/scripts/create-gke-cluster.sh
@@ -34,6 +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
38
39
# Add current IP to GKE master control node access, if this script is not invoked during a CI run.
40
if [ "${IS_CI}" = "false" ]; then
0 commit comments