From ac5f5ba317ab2991e7d2b2f1183d0bf09cfd1c19 Mon Sep 17 00:00:00 2001 From: Mattias Date: Mon, 23 Oct 2023 16:15:48 +0200 Subject: [PATCH] Update readme.md Added a suggestion for the disk size. Since letting users guess will cause errors. :) --- Kubernetes/Cloud-Init/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kubernetes/Cloud-Init/readme.md b/Kubernetes/Cloud-Init/readme.md index af1e4f5..4ef2be8 100644 --- a/Kubernetes/Cloud-Init/readme.md +++ b/Kubernetes/Cloud-Init/readme.md @@ -9,6 +9,6 @@ qm set 5000 --ide2 :cloudinit qm set 5000 --boot c --bootdisk scsi0 qm set 5000 --serial0 socket --vga serial0 ``` -3. Expand the VM disk size to a suitable size +3. Expand the VM disk size to a suitable size (suggested 10 GB) 4. Create the Cloud-Init template 5. Deploy new VMs by clonding the template (full clone)