docs: add minikube for windows

This commit is contained in:
Klesh Wong 2023-05-05 21:18:10 +08:00
parent 2a97ded0f8
commit 6f489bc3bb
3 changed files with 11 additions and 0 deletions

11
doc/minikube-win.md Normal file
View File

@ -0,0 +1,11 @@
# podman will not work since cgroup2 is not working by WSL2
1. install virtualbox
2. download `minikube.exe` for windows and add it to the `PATH`
2. launch with proxy
```
$env:HTTPS_PROXY = 'http://host:port'
minikube start
```