From f75bc321b945445c1e9520ef1684aac51febe558 Mon Sep 17 00:00:00 2001 From: Arvind Ganesh Date: Wed, 28 Jun 2023 14:15:35 -0400 Subject: [PATCH] Changing the IP range of pods from 100.64.48.0/20 to 100.65.16.0/20 as there is an overlap in 100.64.0.0/16 range with dev-gke-nodes-ew1.yaml --- .../data/subnets/dev/dev-dataplatform-ew1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast/stages/2-networking-a-peering/data/subnets/dev/dev-dataplatform-ew1.yaml b/fast/stages/2-networking-a-peering/data/subnets/dev/dev-dataplatform-ew1.yaml index 4e5690c0..b27e55cd 100644 --- a/fast/stages/2-networking-a-peering/data/subnets/dev/dev-dataplatform-ew1.yaml +++ b/fast/stages/2-networking-a-peering/data/subnets/dev/dev-dataplatform-ew1.yaml @@ -4,5 +4,5 @@ region: europe-west1 description: Default subnet for dev Data Platform ip_cidr_range: 10.128.48.0/24 secondary_ip_ranges: - pods: 100.64.48.0/20 + pods: 100.65.16.0/20 services: 100.64.64.0/24