feat: Add GatewayAPI support to cluster bootstrap

This commit is contained in:
Peter 2025-10-29 21:07:54 +01:00
parent 7d3c60325f
commit bd50783229
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
6 changed files with 11 additions and 2 deletions

View file

@ -8,13 +8,11 @@ machine:
hostname: ${hostname}
nameservers:
- 10.13.37.2
%{ if machine_type == "controlplane" }
interfaces:
- interface: eth0
dhcp: false
vip:
ip: ${vip_address}
%{ endif }
kubelet:
extraArgs:
pod-max-pids: 1000
@ -37,6 +35,8 @@ cluster:
name: none
proxy:
disabled: true
extraManifests:
- https://github.com/kubernetes-sigs/gateway-api/releases/download/v${gateway-api_version}/standard-install.yaml
inlineManifests:
- name: cilium-bootstrap
contents: |