calico coreswith peer
This commit is contained in:
@@ -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 = 20
|
||||
size = 50
|
||||
}
|
||||
|
||||
# Cloud-Init Laufwerk hinzufügen
|
||||
@@ -343,7 +343,6 @@ resource "proxmox_virtual_environment_vm" "worker1" {
|
||||
vm_id = proxmox_virtual_environment_vm.flatcar_template.id
|
||||
full = true
|
||||
node_name = "hyper1"
|
||||
size = 50
|
||||
}
|
||||
|
||||
# Ignition-Config
|
||||
@@ -381,7 +380,6 @@ resource "proxmox_virtual_environment_vm" "worker2" {
|
||||
vm_id = proxmox_virtual_environment_vm.flatcar_template.id
|
||||
full = true
|
||||
node_name = "hyper1"
|
||||
size = 50
|
||||
}
|
||||
|
||||
# Ignition-Config
|
||||
@@ -419,7 +417,6 @@ resource "proxmox_virtual_environment_vm" "worker3" {
|
||||
vm_id = proxmox_virtual_environment_vm.flatcar_template.id
|
||||
full = true
|
||||
node_name = "hyper1"
|
||||
size = 50
|
||||
}
|
||||
|
||||
# Ignition-Config
|
||||
|
||||
Reference in New Issue
Block a user