mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-12 18:40:03 -03:30
16 lines
262 B
HCL
16 lines
262 B
HCL
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" {}
|