Change bare-metal and GCE networking default to calico

* Switch networking default from flannel to calico
This commit is contained in:
Dalton Hubble
2017-09-12 09:16:58 -07:00
parent a441f5c6e0
commit 64e8d207b1
4 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@ variable "asset_dir" {
variable "networking" {
description = "Choice of networking provider (flannel or calico)"
type = "string"
default = "flannel"
default = "calico"
}
variable "pod_cidr" {