mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 05:59:30 -02:30
Customize host root volume size by Terrafrom provisioning (#4239)
* print hostnames (#5110) Terrafrom - customize hosts root volume size disable block_device by default value Terraform formatting fix Fixed typos * fix resources after rebase * Fix glusterfs image issue
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f18e77f1db
commit
a5d165dc85
@@ -22,6 +22,16 @@ variable "number_of_bastions" {}
|
||||
|
||||
variable "number_of_gfs_nodes_no_floating_ip" {}
|
||||
|
||||
variable "bastion_root_volume_size_in_gb" {}
|
||||
|
||||
variable "etcd_root_volume_size_in_gb" {}
|
||||
|
||||
variable "master_root_volume_size_in_gb" {}
|
||||
|
||||
variable "node_root_volume_size_in_gb" {}
|
||||
|
||||
variable "gfs_root_volume_size_in_gb" {}
|
||||
|
||||
variable "gfs_volume_size_in_gb" {}
|
||||
|
||||
variable "public_key_path" {}
|
||||
|
||||
Reference in New Issue
Block a user