From 5b7b93dd30b770cd51aaa4c3385fe18cba5a8d91 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Tue, 9 Aug 2022 14:56:30 +0200 Subject: [PATCH] Increase diskspace --- packer/k8sbootstrap.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/k8sbootstrap.pkr.hcl b/packer/k8sbootstrap.pkr.hcl index bbc21f4..9bf1bea 100644 --- a/packer/k8sbootstrap.pkr.hcl +++ b/packer/k8sbootstrap.pkr.hcl @@ -41,7 +41,7 @@ source "vsphere-iso" "k8sbootstrap" { network_card = "vmxnet3" } storage { - disk_size = 51200 + disk_size = 76800 disk_thin_provisioned = true } disk_controller_type = ["pvscsi"]