Skip to content

Commit

Permalink
test: set nativeRoutingCIDR
Browse files Browse the repository at this point in the history
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: ace902d ("helm: Enable BPF masquerading by default")
Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Jun 18, 2020
1 parent 2e59c93 commit ca64502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/helpers/kubectl.go
Expand Up @@ -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{
Expand Down

0 comments on commit ca64502

Please sign in to comment.