-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to modify this to span across 2 or more proxmox nodes #4
Comments
Hi, do you mean 2 proxmox hosts for mngmt cluster and sidero clusters? In that case, you would just need to add additional variables for target_node and proxmox_hosts. |
i would like two proxmox hosts but the same cluster, so it would look like: |
@alex-w-k I would like to achieve same goals .. not sure if going right direction but seems i need to use SDN , EVPN with VXLAN.. my configuration it's quite crazy and cheap, on hetzner. Depend which network infrastructure you have.. |
Here is an example of how to do it `resource "proxmox_vm_qemu" "controlplanes" { network { boot = var.boot_order
} lifecycle { resource "random_integer" "control_hosts" { |
hello, great repo and info here, but my question is what is the best way to have a kube cluster that spans 2 proxmox nodes, i would like to be able to have some resiliency and span both of my nodes
The text was updated successfully, but these errors were encountered: