标题: 【minikube】Docker Desktop for Linux 启动 minikube 时遇到无法连接到 AP [打印本页] 作者: 梦见你的名字 时间: 2022-9-5 07:57 标题: 【minikube】Docker Desktop for Linux 启动 minikube 时遇到无法连接到 AP
在向 k8s 迈出第一步的时候,你是否遇到了这样的错误:
Configuring RBAC rules ...| E0801 15:11:41.476443 26762 start.go:264] Unable to scale down deployment "coredns" in namespace "kube-system" to 1 replica: timed out waiting for the condition
Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error listing StorageClasses: Get "https://192.168.49.2:8443/apis/storage.k8s.io/v1/storageclasses": dial tcp 192.168.49.2:8443: i/o timeout]
Exiting due to GUEST_START: wait 6m0s for node: wait for healthy API server: apiserver healthz never reported healthy: timed out waiting for the condition
问题分析
Docker Desktop for Linux 与 Docker Engine 不同,Desktop 运行于虚拟机,下面是 Docker 文档的一些解释: