update: increase VM disk sizes for kubeadm nodes
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 13s
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 13s
This commit is contained in:
@@ -12,8 +12,8 @@ worker_vmid_start = 711
|
|||||||
|
|
||||||
control_plane_cores = 1
|
control_plane_cores = 1
|
||||||
control_plane_memory_mb = 4096
|
control_plane_memory_mb = 4096
|
||||||
control_plane_disk_size = "40G"
|
control_plane_disk_size = "80G"
|
||||||
|
|
||||||
worker_cores = [4, 4, 4]
|
worker_cores = [4, 4, 4]
|
||||||
worker_memory_mb = [12288, 12288, 12288]
|
worker_memory_mb = [12288, 12288, 12288]
|
||||||
worker_disk_size = "60G"
|
worker_disk_size = "120G"
|
||||||
|
|||||||
@@ -77,13 +77,13 @@ variable "worker_memory_mb" {
|
|||||||
|
|
||||||
variable "control_plane_disk_size" {
|
variable "control_plane_disk_size" {
|
||||||
type = string
|
type = string
|
||||||
default = "40G"
|
default = "80G"
|
||||||
description = "Disk size for control plane VMs"
|
description = "Disk size for control plane VMs"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "worker_disk_size" {
|
variable "worker_disk_size" {
|
||||||
type = string
|
type = string
|
||||||
default = "60G"
|
default = "120G"
|
||||||
description = "Disk size for worker VMs"
|
description = "Disk size for worker VMs"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user