Support OVN Interconnect (#9599)

Mostly taken from: https://raw.githubusercontent.com/kubeovn/kube-ovn/master/yamls/ovn-ic.yaml.j2
This commit is contained in:
Jochen Friedrich
2023-01-16 09:08:52 +01:00
committed by GitHub
parent 6b4bb2a121
commit 6f61f3d9cb
3 changed files with 27 additions and 0 deletions

View File

@@ -36,6 +36,11 @@ kube_ovn_central_ips: |-
{{ hostvars[item]['ip'] | default(fallback_ips[item]) }}{% if not loop.last %},{% endif %}
{%- endfor %}
kube_ovn_ic_enable: false
kube_ovn_ic_autoroute: true
kube_ovn_ic_dbhost: "127.0.0.1"
kube_ovn_ic_zone: "kubernetes"
# geneve or vlan
kube_ovn_network_type: geneve