Merge "Using vxlan as default value for flannel_backend"
commit
401f90e7d9
|
@ -110,8 +110,8 @@ parameters:
|
|||
flannel_backend:
|
||||
type: string
|
||||
description: >
|
||||
specify the backend for flannel, default udp backend
|
||||
default: "udp"
|
||||
specify the backend for flannel, default vxlan backend
|
||||
default: "vxlan"
|
||||
constraints:
|
||||
- allowed_values: ["udp", "vxlan", "host-gw"]
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
other:
|
||||
- |
|
||||
The default value of flannel_backend will be replaced with `vxlan` which
|
||||
was `udp` based on the recommendation at
|
||||
https://github.com/coreos/flannel/blob/master/Documentation/backends.md
|
Loading…
Reference in New Issue