Skip to content

Commit 39f436e

Browse files
authored
ci: update pod-cidrs in ip-masq-agent (#2549)
add more pod cidrs to ip-mas-agent cm
1 parent d2f142f commit 39f436e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/integration/manifests/ip-masq-agent/config-custom.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ data:
1111
ip-masq-agent: |-
1212
nonMasqueradeCIDRs:
1313
- 192.168.0.0/16
14+
- 100.64.0.0/10
15+
- 10.244.0.0/16
1416
masqLinkLocal: false
1517
masqLinkLocalIPv6: true

test/integration/manifests/ip-masq-agent/config-reconcile.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ data:
99
ip-masq-agent-reconciled: |-
1010
nonMasqueradeCIDRs:
1111
- 192.168.0.0/16
12+
- 100.64.0.0/10
13+
- 10.244.0.0/16
1214
masqLinkLocal: true

0 commit comments

Comments
 (0)