mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-14 16:51:33 +02:00
Change bare-metal and GCE networking default to calico
* Switch networking default from flannel to calico
This commit is contained in:
@ -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" {
|
||||
|
Reference in New Issue
Block a user