From b23700ceb80f3d2642914308f60eac55d40ee523 Mon Sep 17 00:00:00 2001 From: Kevin Lefevre Date: Thu, 27 Apr 2017 16:10:29 +0200 Subject: [PATCH] [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 --- magnum/drivers/k8s_coreos_v1/templates/kubecluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magnum/drivers/k8s_coreos_v1/templates/kubecluster.yaml b/magnum/drivers/k8s_coreos_v1/templates/kubecluster.yaml index 0051e1251b..42d1fbc2fa 100644 --- a/magnum/drivers/k8s_coreos_v1/templates/kubecluster.yaml +++ b/magnum/drivers/k8s_coreos_v1/templates/kubecluster.yaml @@ -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"]