feat: Add GatewayAPI support to cluster bootstrap
This commit is contained in:
parent
7d3c60325f
commit
6abe9ff3e9
6 changed files with 13 additions and 2 deletions
|
|
@ -3,6 +3,7 @@ variable "node_config" {
|
|||
type = object({
|
||||
ipv4_gateway = string
|
||||
talos_version = string
|
||||
gateway_api_version = string
|
||||
cilium_version = string
|
||||
cluster_name = string
|
||||
kubernetes_version = string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue