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
I created a test environment using Minikube. BGP neighbors have been established between Calico and the switch, and the route10.3.239.0/24 has been advertised. The route received on the switch is 110.3.239.0/24, and the next hop is 192.168.249.2. 192.168.249.2 is the IP address of the Calico node. The next hop is incorrect. It should be the IP address of the Minikube host, which is 10.125.41.8. Is there a way to change the next hop to 10.2.252.38?
What Happened?
I created a test environment using Minikube. BGP neighbors have been established between Calico and the switch, and the route10.3.239.0/24 has been advertised. The route received on the switch is 110.3.239.0/24, and the next hop is 192.168.249.2. 192.168.249.2 is the IP address of the Calico node. The next hop is incorrect. It should be the IP address of the Minikube host, which is 10.125.41.8. Is there a way to change the next hop to 10.2.252.38?
calico node(192.168.249.2,10.3.239.0/24)--snat--10.2.252.38--->switch(route 10.3.239.0/24 nexthop 192.168.249.2)
The creation command is: minikube start --kubernetes-version=v1.30.9 --force --driver='docker' --interactive=true --image-mirror-country='cn' --container-runtime=docker --cni calico
Attach the log file
log1.txt
Operating System
Other
Driver
Docker
The text was updated successfully, but these errors were encountered: