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