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
Is your feature request related to a problem? Please describe.
In current kube-router implementation, enabling of "override-nexthop" will prevent the tunnel from being setup for cross subnet case, regardless of whether the tunnel is enabled or not. In our case, we have multiple group of nodes, and each group of nodes has their own subnets. At same time, each node has multiple upstream routers to peer to support both public and private networking. So both of the override nexthop and tunnel cross different subnet need to work at same time.
Is your feature request related to a problem? Please describe.
In current kube-router implementation, enabling of "override-nexthop" will prevent the tunnel from being setup for cross subnet case, regardless of whether the tunnel is enabled or not. In our case, we have multiple group of nodes, and each group of nodes has their own subnets. At same time, each node has multiple upstream routers to peer to support both public and private networking. So both of the override nexthop and tunnel cross different subnet need to work at same time.
Here is the code reference
https://github.com/cloudnativelabs/kube-router/blob/master/pkg/controllers/routing/network_routes_controller.go#L562
Describe the solution you'd like
A clear and concise description of what you want to happen.
The two feature should be controlled independently by user with the provided parameters.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
https://kubernetes.slack.com/archives/C8DCQGTSB/p1610724771001400?thread_ts=1609875847.077500&cid=C8DCQGTSB
The text was updated successfully, but these errors were encountered: