minikube create host timed out in 360.000000 seconds
minikube Hyper-V 大约 861 字错误信息
😿 Failed to start hyperv VM. Running "minikube delete" may fix it: creating host: create host timed out in 360.000000 seconds
❌ Exiting due to DRV_CREATE_TIMEOUT: Failed to start host: creating host: create host timed out in 360.000000 seconds
💡 建议:Try 'minikube delete', and disable any conflicting VPN or firewall software
🍿 Related issue: https://github.com/kubernetes/minikube/issues/7072
原因
使用了外部的交换器。
解决方法
使用默认交换器即可。
--hyperv-virtual-switch="Default Switch"
启动命令
minikube start --vm-driver="hyperv" --memory=4096 --hyperv-virtual-switch="Default Switch" --image-mirror-country="cn" --registry-mirror=https://hub-mirror.c.163.com --registry-mirror=https://docker.mirrors.ustc.edu.cn --image-repository=registry.cn-hangzhou.aliyuncs.com/google_containers --insecure-registry=registry.cn-hangzhou.aliyuncs.com --insecure-registry=registry.k8s.io
阅读 690 · 发布于 2022-11-14
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb扫描下方二维码关注公众号和小程序↓↓↓

昵称:
随便看看
换一批
-
使用 MyBatis 注解接收 PostgreSQL 的 returning 结果阅读 4678
-
Go 中的注释阅读 1804
-
Spring Boot JPA 关键字自动添加双引号阅读 1069
-
Android Monkey 测试阅读 3203
-
数据结构阅读 2135
-
软考大纲:系统架构设计师阅读 1175
-
Java 并发编程之 ConcurrentLinkedQueue 非阻塞队列阅读 1566
-
PHP 关闭 X-Powered-By 信息阅读 1454
-
PostgreSQL下载安装及运行阅读 3535
-
pgAdmin4 Failed to open the system default web browser.Is one installed?.阅读 9255