Cilium: overwrite auto-detected MTU of underlying network (#6329)
parent
017df7113d
commit
4ce970c0b2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue