mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 03:37:36 +03:00
Cilium: overwrite auto-detected MTU of underlying network (#6329)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user