networkop / tkng

Source Repo for https://tkng.io
https://tkng.io
Apache License 2.0
332 stars 45 forks source link

Fix the next hop in the node routing table #26

Closed sridhargaddam closed 1 year ago

sridhargaddam commented 1 year ago

According to the documentation, the routes seems to be captured on "Node: worker2", so the nexthop for 10.244.1.0/24 CIDR should be NodeIP of worker which is 172.18.0.11

networkop commented 1 year ago

yep, good catch. thanks!