Talos VM on Proxmox
Below are the instructions for creating a Talos VM atop a Proxmox host for use with TrueCharts.
Downloading Talos
-
Login to Proxmox, select a node, then select a storage repository (e.g.
local
) -
Select
ISO Images
and then selectDownload from URL
-
Paste the Talos Linux Image link here into the
URL
field -
Select
Query URL
then name the filetaloslinux.iso
Creating the VM
-
Select the blue button
Create VM
-
Enter a VM ID (e.g.
401
) and name oftalos
-
Select
Next
to configure the OS -
Select
taloslinux.iso
forISO image
-
Select
Next
to configure the system -
Check the box for
Qemu Agent
-
Select
SCSI Controller
by choosingVirtIO SCSI single
-
If you have a dedicated graphics card select it from the list in
Graphic card
-
Select
Next
to configure disks -
Select a storage repository (e.g.
local-zfs
) -
Set the disk size to
500
or1000
-
If using an SSD, then for the cache select
Write back
and check the box forDiscard
-
Select
Next
to configure CPUs -
Select the sockets (e.g.
1
) and amount of cores to be one less than the total available processor threads (e.g. if you have a 6 core processor with HyperThreading then there are 12 available threads and the value should be11
.)
-
Select
Next
to configure memory -
The minimum memory value should be
8192
and the recommended value is16384
or more Megabytes
-
Select
Next
to configure network -
Select a bridge such as the default
vmbr0
. Optionally add a VLAN tag
-
Select
Next
to confirm -
Review settings and optionally select the box for
Start after created
then selectFinish
.