k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
303 B
19 lines
303 B
variable "number_of_k8s_masters" {}
|
|
|
|
variable "number_of_k8s_masters_no_etcd" {}
|
|
|
|
variable "number_of_k8s_nodes" {}
|
|
|
|
variable "floatingip_pool" {}
|
|
|
|
variable "number_of_bastions" {}
|
|
|
|
variable "external_net" {}
|
|
|
|
variable "network_name" {}
|
|
|
|
variable "router_id" {
|
|
default = ""
|
|
}
|
|
|
|
variable "k8s_nodes" {}
|