Some checks failed
Terraform Plan / Terraform Plan (push) Failing after 10s
Make Terraform the source of truth for node IPs, remove guest-agent/SSH discovery from the normal workflow path, simplify the bootstrap controller to a fresh-run flow, and swap the initial CNI to Flannel so cluster readiness is easier to prove before reintroducing more complex reconcile behavior.
26 lines
727 B
HCL
26 lines
727 B
HCL
target_node = "flex"
|
|
clone_template = "k8s-base-template"
|
|
bridge = "vmbr0"
|
|
storage = "Flash"
|
|
pm_api_url = "https://100.105.0.115:8006/api2/json"
|
|
pm_api_token_id = "terraform-prov@pve!mytoken"
|
|
|
|
control_plane_count = 3
|
|
worker_count = 3
|
|
control_plane_vmid_start = 701
|
|
worker_vmid_start = 711
|
|
|
|
control_plane_cores = 1
|
|
control_plane_memory_mb = 4096
|
|
control_plane_disk_size = "80G"
|
|
|
|
worker_cores = [4, 4, 4]
|
|
worker_memory_mb = [12288, 12288, 12288]
|
|
worker_disk_size = "120G"
|
|
|
|
network_prefix_length = 10
|
|
network_gateway = "10.27.27.1"
|
|
|
|
control_plane_ips = ["10.27.27.50", "10.27.27.51", "10.27.27.49"]
|
|
worker_ips = ["10.27.27.47", "10.27.27.46", "10.27.27.48"]
|