Files
proxmox-tofu/proxmox/templates/machine_config_patches_controlplane.tftpl
2026-01-04 08:41:07 +01:00

35 lines
736 B
Plaintext

machine:
features:
hostDNS:
forwardKubeDNSToHost: false
install:
disk: ${install_disk}
image: ${install_image}
network:
hostname: ${hostname}
nameservers:
- ${dns}
interfaces:
- deviceSelector:
physical: true
addresses:
- ${ip_address}
routes:
- network: ${network}
gateway: ${network_gateway}
vip:
ip: ${vip_shared_ip}
cluster:
allowSchedulingOnControlPlanes: false
network:
cni:
name: none
proxy:
disabled: true
inlineManifests:
- name: gateway-api
contents: |
${indent(8, gateway_api_manifest)}
- name: cilium
contents: |
${indent(8, cilium_manifest)}