Files
terraform-talos/proxmox
2023-04-04 16:26:00 +03:00
..
2023-04-03 23:15:59 +03:00
2023-04-03 17:57:27 +03:00
2023-04-04 16:26:00 +03:00
2023-04-03 22:02:28 +03:00
2023-04-03 17:57:27 +03:00
2023-04-04 16:26:00 +03:00
2023-04-04 16:26:00 +03:00
2023-04-04 16:26:00 +03:00
2023-04-04 16:26:00 +03:00
2023-04-03 21:18:06 +03:00
2023-04-03 21:18:06 +03:00
2023-04-04 16:26:00 +03:00
2023-04-04 16:26:00 +03:00
2023-04-04 16:26:00 +03:00
2023-04-03 17:57:27 +03:00

Proxmox

Agenda

  • create VM config in directory /etc/pve/qemu-server/VMID.conf
  • allow cloud-init on VM
  • prepare network config
  • upload user-data (talos machine config) to the Proxmox host
  • upload meta-data to the Proxmox host

Result VM config:

# /etc/pve/qemu-server/VMID.conf
cpu: host
cicustom: user=local:snippets/VMID.yaml,meta=local:snippets/VMID.meta
ipconfig0: ...
net0: ...
make create-config create-templates