Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 985 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 985 Bytes

Automatic creation of the ESXi-based VMs and Network to support OKD4 installation

Craig Robinson wrote a nice guide to install OKD4 on a VMware ESXi machine:

[https://medium.com/@craig_robinson/guide-installing-an-okd-4-5-cluster-508a2631cbee]

These terraform files will create the basic infrastructure (virtual machines and network) in the ESXi host described in his document. You still have to install the OS and tools he describes in his guide.

Requirements

Usage

  • Install the requirements and make sure they are functional
  • Clone this repo: git clone https://github.com/TribalNightOwl/okd4-esxi-infra.git
  • Adjust variable values to your environment
  • Everything in vars.tf
  • MAC addresses in main.tf
  • Execute:

cd okd4-esxi-infra/terraform

terraform init

terraform plan

terraform apply