diff --git a/Kubernetes/Cloud-Init/readme.md b/Kubernetes/Cloud-Init/readme.md index e1d93e2..31a1c0c 100644 --- a/Kubernetes/Cloud-Init/readme.md +++ b/Kubernetes/Cloud-Init/readme.md @@ -1,5 +1,5 @@ -1. Download the ISO using the GUI -2. Create the VM via CLI +1. Download the ISO using the GUI (tested on https://cloud-images.ubuntu.com/lunar/current/lunar-server-cloudimg-amd64-disk-kvm.img) +1. Create the VM via CLI ``` qm create 5000 --memory 2048 --core 2 --name ubuntu-cloud --net0 virtio,bridge=vmbr0 cd var/lib/vz/template/iso/ @@ -9,3 +9,6 @@ qm set 5000 --ide2 nvme:cloudinit qm set 5000 --boot c --bootdisk scsi0 qm set 5000 --serial0 socket --vga serial0 ``` +1. Expand the VM disk size to a suitable size +1. Create the Cloud-Init template +1. Deploy new VMs by clonding the template (full clone)