minikube 使用过程中常见问题总结(四)
4.5.1. This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory
检查一下 BIOS 是否开启 VT-X/AMD-v
如果在虚拟机安装 Minikube 也会遇到这个问题。 可以使用 --vm-driver=none 参数启动。
neo@ubuntu:~$ sudo minikube start --vm-driver=none
4.5.2. ERROR FileContent--proc-sys-net-bridge-bridge-nf-call-iptables
解决方法
echo "1" > /proc/sys/net/bridge/bridge-nf-call-iptables
然后在 minikube start
4.5.3. ERROR ImagePull
[ERROR ImagePull]: failed to pull ima