Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 814 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 814 Bytes

okd-on-proxmox

inspired by https://github.com/hagen-bauer/Ansible-4-Openshift-on-Proxmox

Environment

  • EdgeOS router as DHCP server
  • PiHole as DNS server (*.apps.<cluster-id>.<domain> record must be set manually, can't be set via API)
  • Proxmox cluster with three nodes with proxmoxer python modul installed
  • Ansible playbooks are executed on infra VM (tested with Rocky Linux 8) hosting tftp server, ha proxy as loadbalancer, apache webserver for ignition files

Open Topics

  • machine-config operator fails to initialize: Solved by running oc delete mc 99-master-okd-extensions 99-okd-master-disable-mitigations after bootstrap finished (okd-project/okd#963)
  • Ansible vault secret for ssh_pub_key in vars/okd.yml does not work, replace it with a clear-text public key