Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set routingViaHost in OVN configuration
Set the `gatewayConfig.routingViaHost` option in the OVNKubernetes configuration. This is necessary for connections initiated from pods to use the host routing tables. From the docs [1]: > Set this field to true to send egress traffic from pods to the host > networking stack. For highly-specialized installations and > applications that rely on manually configured routes in the kernel > routing table, you might want to route egress traffic to the host > networking stack. By default, egress traffic is processed in OVN to > exit the cluster and is not affected by specialized routes in the > kernel routing table. The default value is false. > > This field has an interaction with the Open vSwitch hardware > offloading feature. If you set this field to true, you do not > receive the performance benefits of the offloading because egress > traffic is processed by the host networking stack. [1]: https://docs.openshift.com/container-platform/4.10/networking/cluster-network-operator.html
- Loading branch information