[k8s_coreos] use host-gw as flannel default driver
host-gw offer better performances out of the box. Allowed address pair are automatically configured by Magnum. Change-Id: I5fd18b8d6b76f6a5f73b13bc4cfd19e52c33791c
This commit is contained in:
parent
ee1ac9a8e0
commit
b23700ceb8
@ -99,7 +99,7 @@ parameters:
|
||||
type: string
|
||||
description: >
|
||||
specify the backend for flannel, default udp backend
|
||||
default: "udp"
|
||||
default: "host-gw"
|
||||
constraints:
|
||||
- allowed_values: ["udp", "vxlan", "host-gw"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user