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

This commit is contained in:
Arvind Ganesh 2023-06-28 14:15:35 -04:00
parent 099ad03910
commit f75bc321b9
1 changed files with 1 additions and 1 deletions

View File

@ -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