Skip to content
Snippets Groups Projects
Unverified Commit 4ce970c0 authored by Pasquale Toscano's avatar Pasquale Toscano Committed by GitHub
Browse files

Cilium: overwrite auto-detected MTU of underlying network (#6329)

parent 017df711
Branches
Tags
No related merge requests found
......@@ -2,6 +2,7 @@
# Log-level
cilium_debug: false
cilium_mtu: ""
cilium_enable_ipv4: true
cilium_enable_ipv6: false
......
......@@ -25,6 +25,9 @@ spec:
- --kvstore=etcd
- --kvstore-opt=etcd.config=/var/lib/etcd-config/etcd.config
- --config-dir=/tmp/cilium/config-map
{% if cilium_mtu != "" %}
- --mtu={{ cilium_mtu }}
{% endif %}
command:
- cilium-agent
env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment