Remove tfplan

This commit is contained in:
2026-09-02 14:14:49 -04:00
parent ae8bf2926f
commit 2d661a1a76
7 changed files with 57 additions and 5 deletions
+34 -2
View File
@@ -4,7 +4,39 @@ vm_guests = [
host = "hv01"
ipv4_address = "10.96.10.61"
memory = 4096
name = "k8s01-cp01"
role = "talos_control_plane"
name = "cp01"
role = "controlplane"
},
{
cpu = 1
host = "hv02"
ipv4_address = "10.96.10.62"
memory = 4096
name = "cp02"
role = "controlplane"
},
{
cpu = 1
host = "hv03"
ipv4_address = "10.96.10.63"
memory = 4096
name = "cp03"
role = "controlplane"
},
{
cpu = 1
host = "hv02"
ipv4_address = "10.96.10.64"
memory = 4096
name = "wn01"
role = "worker"
},
{
cpu = 1
host = "hv03"
ipv4_address = "10.96.10.65"
memory = 4096
name = "wn02"
role = "worker"
}
]