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 caa83ae commit a9e6a62Copy full SHA for a9e6a62
tests/scripts/create-gke-cluster.sh
@@ -45,9 +45,9 @@ gcloud container clusters create "${GKE_CLUSTER_NAME}" \
45
--logging=SYSTEM,WORKLOAD \
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
+ --no-enable-insecure-kubelet-readonly-port \
+ --network=${GKE_CLUSTER_NAME}-network \
+ --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.
53
if [ "${IS_CI}" = "false" ]; then
0 commit comments