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
When creating a test environment with minikube using the command minikube start --kubernetes-version=v1.30.9 --force --driver='docker' --interactive=true --image-mirror-country='cn' --container-runtime=docker --cni calico, calico establishes a BGP connection with the switch to advertise the route 10.2.3.0/24, but the received next hop on the switch is 192.168.249.2 instead of the minikube host's IP 10.5.2.100, and the question is whether there is a way to change the next hop to 10.5.2.100.
重现问题所需的命令:
minikube start --kubernetes-version=v1.30.9 --force --driver='docker' --interactive=true --image-mirror-country='cn' --container-runtime=docker --cni calico
失败的命令的完整输出:
When creating a test environment with minikube using the command minikube start --kubernetes-version=v1.30.9 --force --driver='docker' --interactive=true --image-mirror-country='cn' --container-runtime=docker --cni calico, calico establishes a BGP connection with the switch to advertise the route 10.2.3.0/24, but the received next hop on the switch is 192.168.249.2 instead of the minikube host's IP 10.5.2.100, and the question is whether there is a way to change the next hop to 10.5.2.100.
minikube logs
命令的输出:minikube version: v1.35.0
calico version: v3.29.1
kubernetes version: v1.30.9
使用的操作系统版本:
Almalinux 9.4
The text was updated successfully, but these errors were encountered: