From 1bf491862bf5697c3a6863e7a383618bd0fb79b0 Mon Sep 17 00:00:00 2001 From: ighosh98 Date: Mon, 25 Nov 2024 17:59:56 +0000 Subject: [PATCH] expanding subnetwork_cidr_suffix --- examples/gke-a3-highgpu.yaml | 2 +- examples/gke-a3-megagpu.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/gke-a3-highgpu.yaml b/examples/gke-a3-highgpu.yaml index e3387aa121..25d0d992e2 100644 --- a/examples/gke-a3-highgpu.yaml +++ b/examples/gke-a3-highgpu.yaml @@ -61,7 +61,7 @@ deployment_groups: network_name_prefix: $(vars.deployment_name)-gpunet global_ip_address_range: 192.169.0.0/16 network_count: 4 - subnetwork_cidr_suffix: 24 + subnetwork_cidr_suffix: 20 # the subnet can support upto 4k nodes mtu: 8244 - id: gke_cluster diff --git a/examples/gke-a3-megagpu.yaml b/examples/gke-a3-megagpu.yaml index bfee018df6..96c0671293 100644 --- a/examples/gke-a3-megagpu.yaml +++ b/examples/gke-a3-megagpu.yaml @@ -61,7 +61,7 @@ deployment_groups: network_name_prefix: $(vars.deployment_name)-gpunet global_ip_address_range: 192.169.0.0/16 network_count: 8 - subnetwork_cidr_suffix: 24 + subnetwork_cidr_suffix: 20 # the subnet can support upto 4k nodes mtu: 8244 - id: gke_cluster