From 568f7d936d0a47e58946d3a3bc8126c40a18ba47 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Tue, 15 Jul 2025 11:43:15 -0700 Subject: [PATCH] add to ip-masq-agent config for concourse cluster --- infra/concourse-install/web/ip-masq-agent-configmap.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/concourse-install/web/ip-masq-agent-configmap.yaml b/infra/concourse-install/web/ip-masq-agent-configmap.yaml index ee6b655f9..69c545121 100644 --- a/infra/concourse-install/web/ip-masq-agent-configmap.yaml +++ b/infra/concourse-install/web/ip-masq-agent-configmap.yaml @@ -6,7 +6,9 @@ metadata: namespace: kube-system data: # 240.0.0.0/4 is needed to allow the pod to reach the Cloud SQL server's private IP. + # I was told to also add the whole primary IP range of the cluster's subnet, which is 10.31.141.64/27. config: | nonMasqueradeCIDRs: - 240.0.0.0/4 + - 10.31.141.64/27 resyncInterval: 60s