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,6 +8,7 @@ locals {
|
|||
cluster_name = "k8s-wheatley"
|
||||
kubernetes_version = "1.34.1"
|
||||
talos_version = "1.11.3"
|
||||
gateway_api_version = "1.4.0"
|
||||
cilium_version = "1.14.1"
|
||||
ipv4_gateway = "10.13.38.1"
|
||||
cluster_endpoint_ip = "10.13.38.10"
|
||||
|
|
@ -152,6 +153,7 @@ module "talos-bootstrap" {
|
|||
node_config = {
|
||||
ipv4_gateway = local.ipv4_gateway
|
||||
talos_version = local.talos_version
|
||||
gateway_api_version = local.gateway_api_version
|
||||
cilium_version = local.cilium_version
|
||||
cluster_name = local.cluster_name
|
||||
kubernetes_version = local.kubernetes_version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue