You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2025. It is now read-only.
通过 minikube 启动k8s 集群命令如下:
minikube start --driver=docker --cpus=2 --memory='4g' --kubernetes-version=v1.19.8 --docker-env http_proxy=http://127.0.0.1:1081 --docker-env https_proxy=http://127.0.0.1:1081 --docker-env no_proxy=localhost,127.0.0.1,::1,192.168.31.0/24,192.168.99.0/24 --alsologtostderr --registry-mirror="https://jfnjj5zp.mirror.aliyuncs.com"重现问题所需的命令:
minikube config get cpus && minikube config get memory
失败的命令的完整输出:
Details
Error: specified key could not be found in config
minikube logs命令的输出:Details
minikube-logs.txt
使用的操作系统版本:
go version go1.15.10 darwin/amd64
macOS mojave 10.14.1
minikube version: v1.17.1