fixes, target-node

This commit is contained in:
Alex
2025-09-03 07:49:46 +02:00
parent d93b47c822
commit 4d65654310
3 changed files with 620 additions and 5 deletions

View File

@@ -11,9 +11,9 @@ proxmox_tls_insecure = true
# --------------------------
template_id = "9000" # ID of your cloud-init Ubuntu template in Proxmox
target_nodes = {
controller = "kube-controller"
worker1 = "kube-worker1"
worker2 = "kube-worker2"
controller = "pve"
worker1 = "pve"
worker2 = "pve"
}
# --------------------------