Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minikube config 无法获取 cpus 及 memory 配置 #41

Open
kiragoo opened this issue Mar 22, 2021 · 0 comments
Open

minikube config 无法获取 cpus 及 memory 配置 #41

kiragoo opened this issue Mar 22, 2021 · 0 comments

Comments

@kiragoo
Copy link

kiragoo commented Mar 22, 2021

通过 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

失败的命令的完整输出


Error: specified key could not be found in config

minikube logs命令的输出


minikube-logs.txt

使用的操作系统版本
go version go1.15.10 darwin/amd64
macOS mojave 10.14.1
minikube version: v1.17.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant