Skip to content

Commit d71e9d7

Browse files
authored
Update setup.sh to utilize dataplane-v2 (#906)
Dataplane-v2 is recommended for high performance, larger scale, and network policies.
1 parent 2e5d283 commit d71e9d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/kata-gke-sandbox/setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ else
7777
--num-nodes "${NUM_NODES}" \
7878
--machine-type "${MACHINE_TYPE}" \
7979
--image-type "${IMAGE_TYPE}" \
80+
--enable-dataplane-v2 \
81+
--enable-ip-alias \
8082
--enable-nested-virtualization; then
8183
echo "### GKE Cluster creation failed. ###"
8284
exit 1

0 commit comments

Comments
 (0)