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 route 10.2.3.0/24 has been advertised. The route received on the switch is 10.2.3.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.5.2.100. Is there a way to change the next hop to 10.5.2.100?
I created a test environment using Minikube. BGP neighbors have been established between Calico and the switch, and the route 10.2.3.0/24 has been advertised. The route received on the switch is 10.2.3.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.5.2.100. Is there a way to change the next hop to 10.5.2.100?
calico node(192.168.249.2,10.2.3.0/24)--snat--10.5.2.100--->switch(route 10.2.3.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
minikube version: v1.35.0
calico version: v3.29.1
kubernetes version: v1.30.9
system:Almalinux 9.4
The text was updated successfully, but these errors were encountered: