add az_list_node variable to specify different AZs for kubelets (#5413)

* rebase and add az_list_node variable to specify different AZs for kubelets

* fix missing variable name change
This commit is contained in:
rptaylor
2020-02-18 04:29:27 -08:00
committed by GitHub
parent 12bc634ec3
commit 277b347604
4 changed files with 20 additions and 9 deletions

View File

@@ -32,6 +32,7 @@ module "compute" {
cluster_name = "${var.cluster_name}"
az_list = "${var.az_list}"
az_list_node = "${var.az_list_node}"
number_of_k8s_masters = "${var.number_of_k8s_masters}"
number_of_k8s_masters_no_etcd = "${var.number_of_k8s_masters_no_etcd}"
number_of_etcd = "${var.number_of_etcd}"