kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.5k stars 4.89k forks source link

bug #19607

Open linfeiyan-klein opened 2 months ago

linfeiyan-klein commented 2 months ago

重现问题所需的命令: minikube start \

--vm-driver=none \ --kubernetes-version=v1.16.2 \ --network-plugin=cni \ --cni=false \ --image-mirror-country='cn'

失败的命令的完整输出

🆕 Kubernetes 1.24.3 is now available. If you would like to upgrade, specify: --kubernetes-version=v1.24.3 ✨ Using the none driver based on existing profile 👍 Starting control plane node minikube in cluster minikube 🔄 Restarting existing none bare metal machine for "minikube" ... 🤦 StartHost failed, but will try again: driver start: no default routes found in "/proc/net/route" or "/proc/net/ipv6_route" 🔄 Restarting existing none bare metal machine for "minikube" ... 😿 Failed to start none bare metal machine. Running "minikube delete" may fix it: driver start: no default routes found in "/proc/net/route" or "/proc/net/ipv6_route"

❌ Exiting due to GUEST_PROVISION: Failed to start host: driver start: no default routes found in "/proc/net/route" or "/proc/net/ipv6_route"

minikube logs命令的输出

使用的操作系统版本: Centos 7.9.2009