- Customize your settings inside scripts/script_to_create_template.sh file
- run as root
./scripts/script_to_create_template.sh
- At the end of the process, you should have a new template created on your proxmox server
- you can use this template to create a new VM based on it. ie: (replace with your own values)
qm clone <TEMPLATE_ID> <VM_ID> --name "myNewVM"
- Init
cd k8s-cluster
terraform init
- Plan
terraform plan
- Apply
terraform apply -auto-approve