mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-31 17:19:17 -03:30
availability zones support for OpenStack
allow masters, nodes and gluster nodes (within each group) to be scheduled on differents AZ.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
variable "cluster_name" {}
|
||||
|
||||
variable "az_list" {
|
||||
type = "list"
|
||||
}
|
||||
|
||||
variable "number_of_k8s_masters" {}
|
||||
|
||||
variable "number_of_k8s_masters_no_etcd" {}
|
||||
|
||||
Reference in New Issue
Block a user