docs: add minikube for windows
This commit is contained in:
parent
2a97ded0f8
commit
6f489bc3bb
11
doc/minikube-win.md
Normal file
11
doc/minikube-win.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user