Add cilium gateway api support

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
ChengHao Yang 2025-05-11 16:11:28 +08:00
parent 6619d98682
commit db290ca686
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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: