Add docs for Azure Ingress and worker pools

* Azure worker pools must be in the same region as
the cluster itself unfortunately
This commit is contained in:
Dalton Hubble
2018-08-27 22:24:52 -07:00
parent 019009e9ee
commit 4882fe1053
14 changed files with 429 additions and 42 deletions

View File

@ -40,7 +40,7 @@ variable "count" {
variable "vm_type" {
type = "string"
default = "Standard_DS1_v2"
default = "Standard_F1"
description = "Machine type for instances (see `az vm list-skus --location centralus`)"
}