increase worker volume size and count
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
locals {
|
||||
pool_name = "kubernetes-workers"
|
||||
worker_id_start = 80
|
||||
worker_count = 1
|
||||
worker_count = 2
|
||||
}
|
||||
|
||||
resource "libvirt_pool" "kubernetes_workers" {
|
||||
@@ -61,7 +61,7 @@ module "worker" {
|
||||
|
||||
create_root_storage_pool = false
|
||||
root_storage_pool = local.pool_name
|
||||
root_storage_volume_size_gb = 8
|
||||
root_storage_volume_size_gb = 16
|
||||
|
||||
base_image_pool = "base-images"
|
||||
base_image_volume = "ubuntu-jammy-20220516-k8s-v1.23.5-20220517"
|
||||
|
||||
Reference in New Issue
Block a user