Merge "[k8s_coreos] use host-gw as flannel default driver"

This commit is contained in:
Jenkins 2017-05-25 05:21:52 +00:00 committed by Gerrit Code Review
commit 6f3279860a
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"]