mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-08-25 23:07:32 +00:00
add to ip-masq-agent config for concourse cluster
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user