Update version to v3.15.0

This commit is contained in:
Adrien Reslinger 2020-07-07 20:33:19 +02:00
parent 67a6dbb863
commit 5ad8afbc4d
20 changed files with 2943 additions and 69 deletions

View file

@ -10,12 +10,14 @@ data:
typha_service_name: "none"
# Configure the backend to use.
calico_backend: "vxlan"
# Configure the MTU to use for workload interfaces and the
# tunnels. For IPIP, set to your network MTU - 20; for VXLAN
# set to your network MTU - 50.
# Configure the MTU to use for workload interfaces and tunnels.
# - If Wireguard is enabled, set to your network MTU - 60
# - Otherwise, if VXLAN or BPF mode is enabled, set to your network MTU - 50
# - Otherwise, if IPIP is enabled, set to your network MTU - 20
# - Otherwise, if not using any encapsulation, set to your network MTU.
veth_mtu: "1440"
# The CNI network configuration to install on each node. The special
# The CNI network configuration to install on each node. The special
# values in this config will be automatically populated.
cni_network_config: |-
{