Skip to content

rlaflamme/openshift-proxmox-terraform

Repository files navigation

Must implement vxlan when distributing OKD on 2 nodes Proxmox cluster

  • https://pve.proxmox.com/pve-docs/chapter-pvesdn.html
  • Add vxlan vnet as bridge for the network interface (ex: 10.12.3.0/24)
  • MTU: cluster (vxlan) 1500, nodes (vnets) 1450
  • Must include mtu=1450 in networking specs for VMs and LXCs (see terraform script)
  • Add custom routing in pfsense for other interfaces exiting on the wan interface (outgoing to the other proxmox node)
  • pfsense DHCP Servers: Must add MAC addresses on both pfsense instances of every OKD VMs machines (bootstrap, control-planes, computes)

Bare Metal Installation

args: -fw_cfg name=opt/com.coreos/config,file=path/to/example.ign
sudo qm showcmd 801 --pretty

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published