Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 565 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 565 Bytes

minikube-guide

安装

minikube start --image-mirror-country cn \
  --image-repository registry.cn-hangzhou.aliyuncs.com/google_containers \
  --container-runtime containerd
minikube start --force --kvm-gpu --image-mirror-country cn \
  --image-repository registry.cn-hangzhou.aliyuncs.com/google_containers

在 WSL2 中运行

minikube start  --container-runtime=containerd --driver=none --force --kvm-gpu -v 9 \
  --image-repository registry.cn-hangzhou.aliyuncs.com/google_containers \
  --image-mirror-country cn