Browse Source
Add cilium gateway api support
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
pull/12101/head
ChengHao Yang
4 months ago
Failed to extract signature
2 changed files with
5 additions and
0 deletions
-
roles/network_plugin/cilium/defaults/main.yml
-
roles/network_plugin/cilium/templates/values.yaml.j2
|
|
@ -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: |
|
|
|