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 9b5e541 commit d6998a8Copy full SHA for d6998a8
tests/scripts/create-gke-cluster.sh
@@ -46,6 +46,7 @@ gcloud container clusters create "${GKE_CLUSTER_NAME}" \
46
--machine-type "${GKE_MACHINE_TYPE}" \
47
--num-nodes "${GKE_NUM_NODES}" \
48
--no-enable-insecure-kubelet-readonly-port \
49
+ --network=${GKE_CLUSTER_NAME}-network \
50
--subnetwork=${GKE_CLUSTER_NAME}-subnet
51
52
# Add current IP to GKE master control node access, if this script is not invoked during a CI run.
0 commit comments