From ca645023f36e0788d98363941bc438d77e91f5a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Martins?= Date: Thu, 18 Jun 2020 17:25:11 +0200 Subject: [PATCH] test: set nativeRoutingCIDR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As we are currently running our CI with a CIDR from the Cilium-Operator, which is "10.0.0.0/16", we should set it as part of our 'nativeRoutingCIDR'. Fixes: ace902d42715 ("helm: Enable BPF masquerading by default") Signed-off-by: André Martins --- test/helpers/kubectl.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go index 151b5fb241b5..55186dcecfed 100644 --- a/test/helpers/kubectl.go +++ b/test/helpers/kubectl.go @@ -116,7 +116,8 @@ var ( // We need CNP node status to know when a policy is being enforced "config.enableCnpStatusUpdates": "true", - "global.hostFirewall": "true", + "global.hostFirewall": "true", + "global.nativeRoutingCIDR": "10.0.0.0/16", } flannelHelmOverrides = map[string]string{