mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-09 23:12:10 -03:30
Add cilium gateway api support
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
parent
6619d98682
commit
db290ca686
@ -173,6 +173,8 @@ cilium_hubble_export_dynamic_config_content:
|
||||
### Buffer size of the channel to receive monitor events.
|
||||
# cilium_hubble_event_queue_size: 50
|
||||
|
||||
cilium_gateway_api_enabled: false
|
||||
|
||||
# The default IP address management mode is "Cluster Scope".
|
||||
# https://docs.cilium.io/en/stable/concepts/networking/ipam/
|
||||
cilium_ipam_mode: cluster-pool
|
||||
|
||||
@ -105,6 +105,9 @@ hubble:
|
||||
content:
|
||||
{{ cilium_hubble_export_dynamic_config_content | to_nice_yaml(indent=10) | indent(10) }}
|
||||
|
||||
gatewayAPI:
|
||||
enabled: {{ cilium_gateway_api_enabled }}
|
||||
|
||||
ipam:
|
||||
mode: {{ cilium_ipam_mode }}
|
||||
operator:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user