Skip to content
Snippets Groups Projects
Unverified Commit a69db416 authored by Antoine Legrand's avatar Antoine Legrand Committed by GitHub
Browse files

Merge pull request #2259 from woopstar/patch-5

Adding missing defaults for weave
parents 36ead3a7 5cd6b0c7
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,16 @@ weave_cpu_requests: 10m
weave_seed: uninitialized
weave_peers: uninitialized
# weave's network password for encryption
# if null then no network encryption
# you can use --extra-vars to pass the password in command line
weave_password: EnterPasswordHere
# Weave uses consensus mode by default
# Enabling seed mode allow to dynamically add or remove hosts
# https://www.weave.works/docs/net/latest/ipam/
weave_mode_seed: false
# Set the MTU of Weave (default 1376, Jumbo Frames: 8916)
weave_mtu: 1376
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment