mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 22:04:43 +03:00
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