Talos on Proxmox WIP

This commit is contained in:
2026-09-01 17:31:47 -04:00
parent aedb670c35
commit ae8bf2926f
13 changed files with 170 additions and 11 deletions
+10
View File
@@ -0,0 +1,10 @@
vm_guests = [
{
cpu = 1
host = "hv01"
ipv4_address = "10.96.10.61"
memory = 4096
name = "k8s01-cp01"
role = "talos_control_plane"
}
]