Added option to set MTU on Weave

This commit is contained in:
woopstar
2018-02-05 10:17:21 +01:00
committed by Andreas Kruger
parent dc6a17e092
commit 3289472e31
4 changed files with 41 additions and 3 deletions

View File

@@ -86,6 +86,9 @@ weave_mode_seed: false
weave_seed: uninitialized
weave_peers: uninitialized
# Set the MTU of Weave (default 1376, Jumbo Frames: 8916)
weave_mtu: 1376
# Enable kubernetes network policies
enable_network_policy: false