Default to Calico as the CNI provider on Azure/DigitalOcean

* Change `networking` default from flannel to calico on
Azure and DigitalOcean
* AWS, bare-metal, and Google Cloud continue to default
to Calico (as they have since v1.7.5)
* Typhoon now defaults to using Calico and supporting
NetworkPolicy on all platforms
This commit is contained in:
Dalton Hubble
2019-10-15 23:09:41 -07:00
parent e4ac1027c8
commit e6bc5143aa
6 changed files with 20 additions and 13 deletions

View File

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