calico coreswith peer

This commit is contained in:
2025-08-11 22:45:08 +02:00
parent 21f106e445
commit 95884a288a

View File

@@ -163,7 +163,7 @@ resource "proxmox_virtual_environment_vm" "flatcar_template" {
import_from = proxmox_virtual_environment_download_file.flatcar_image.id
interface = "virtio0"
discard = "on"
size = 10
size = 20
}
# Cloud-Init Laufwerk hinzufügen
@@ -343,6 +343,7 @@ resource "proxmox_virtual_environment_vm" "worker1" {
vm_id = proxmox_virtual_environment_vm.flatcar_template.id
full = true
node_name = "hyper1"
size = 50
}
# Ignition-Config
@@ -380,6 +381,7 @@ resource "proxmox_virtual_environment_vm" "worker2" {
vm_id = proxmox_virtual_environment_vm.flatcar_template.id
full = true
node_name = "hyper1"
size = 50
}
# Ignition-Config
@@ -417,6 +419,7 @@ resource "proxmox_virtual_environment_vm" "worker3" {
vm_id = proxmox_virtual_environment_vm.flatcar_template.id
full = true
node_name = "hyper1"
size = 50
}
# Ignition-Config