You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ovnkube.sh: Add new overwriting options for the gateway options and kubernetes node name
This commit adds:
a) options to change ovn_gateway_opts and ovn_gateway_router_subnet by a container inside the same POD.
the idea is that a init container can do an IP allocation write the output to a file and we will
consume those values from the file.
b) in case of ovnkube in DPU mode, we are running ovnkube on behalf of a different host, however the
way we identify that is using the DPU hostname. to bypass the latter we will use the OVS metadata
external_ids:host-k8s-nodename. This is already used by the ovn-node (OVN central where we have a single
global zone).
c) extend stateless network policies for ovnkube running in different mode types: ovn-master, ovnkube-controller
and ovnkube-controller-with-node. this is useful for offloading RDMA traffic.
Signed-off-by: Alin Gabriel Serdean <[email protected]>
0 commit comments