[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:
Kevin Lefevre 2017-04-27 16:10:29 +02:00 committed by ArchiFleKs
parent ee1ac9a8e0
commit b23700ceb8
1 changed files with 1 additions and 1 deletions

View File

@ -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"]