Skip to content

Commit

Permalink
infrastructure: cluster1: cilium: values: Configure.
Browse files Browse the repository at this point in the history
Copy configuration.
  • Loading branch information
wigust committed Feb 29, 2024
1 parent 2c18382 commit 78a7a81
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions infrastructure/cluster1/cilium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,15 @@ cluster:

# -- Configure the underlying network MTU to overwrite auto-detected MTU.
MTU: 1500

# -- Allows to explicitly specify the IPv4 CIDR for native routing.
# When specified, Cilium assumes networking for this CIDR is preconfigured and
# hands traffic destined for that range to the Linux network stack without
# applying any SNAT.
# Generally speaking, specifying a native routing CIDR implies that Cilium can
# depend on the underlying networking stack to route packets to their
# destination. To offer a concrete example, if Cilium is configured to use
# direct routing and the Kubernetes CIDR is included in the native routing CIDR,
# the user must configure the routes to reach pods, either manually or by
# setting the auto-direct-node-routes flag.
ipv4NativeRoutingCIDR: "10.0.0.0/9"

0 comments on commit 78a7a81

Please sign in to comment.