我尝试使用minishift启动虚拟机,但在minishift启动时,我收到以下错误
root@Z32GB:~# minishift start
-- Starting profile 'minishift'
-- Check if deprecated options are used ... OK
-- Checking if https://github.com is reachable ... OK
-- Checking if requested OpenShift version 'v3.11.0' is valid ... OK
-- Checking if requested OpenShift version 'v3.11.0' is supported ... OK
-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK
-- Checking if KVM driver is installed ...
Driver is available at /usr/local/bin/docker-machine-driver-kvm ...
Checking driver binary is executable ... OK
-- Checking if Libvirt is installed ... OK
-- Checking if Libvirt default network is present ... OK
-- Checking if Libvirt default network is active ... OK
-- Checking the ISO URL ... OK
-- Checking if provided oc flags are supported ... OK
-- Starting the OpenShift cluster using 'kvm' hypervisor ...
-- Minishift VM will be configured with ...
Memory: 4 GB
vCPUs : 2
Disk size: 20 GB
-- Starting Minishift VM ..... FAIL E1122 14:35:46.689655 22958 start.go:494] Error starting the VM: Error creating the VM. Error with pre-create check: "virError(Code=1, Domain=59, Message='internal error: Failed to apply firewall rules /usr/sbin/iptables -w --table filter --insert LIBVIRT_INP --in-interface virbr1 --protocol tcp --destination-port 67 --jump ACCEPT: iptables: No chain/target/match by that name.\n')". Retrying.
Error starting the VM: Error creating the VM. Error with pre-create check: "virError(Code=1, Domain=59, Message='internal error: Failed to apply firewall rules /usr/sbin/iptables -w --table filter --insert LIBVIRT_INP --in-interface virbr1 --protocol tcp --destination-port 67 --jump ACCEPT: iptables: No chain/target/match by that name.\n')"我的服务器是使用KVM进行debian测试。
谢谢你的帮忙!
发布于 2019-11-23 21:43:55
尝试使用:minishift update更新minishift,然后清除缓存:minishift delete --clear-cache尝试再次启动minishift,看看是否有效。
https://stackoverflow.com/questions/58995509
复制相似问题