feat: Add GatewayAPI support to cluster bootstrap
This commit is contained in:
parent
7d3c60325f
commit
bd50783229
6 changed files with 11 additions and 2 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue