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

@@ -55,3 +55,9 @@ kube_ovn_enable_ssl: false
## dpdk
kube_ovn_dpdk_enabled: false
## enable interconnection to an existing IC database server.
kube_ovn_ic_enable: false
kube_ovn_ic_autoroute: true
kube_ovn_ic_dbhost: "127.0.0.1"
kube_ovn_ic_zone: "kubernetes"