We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a6607 commit 4852129Copy full SHA for 4852129
guides/WINDOWS_SETUP.md
@@ -39,6 +39,10 @@ The included scripts have compatibility issues on Windows. A manual deployment i
39
```bash
40
minikube start --cpus=4 --memory=11000MB --driver=docker --network-plugin=cni --cni=calico
41
```
42
+ or if you have less memory available and still want to give it a spin:
43
+ ```bash
44
+ minikube start --cpus=4 --memory=6000MB --driver=docker --network-plugin=cni --cni=calico
45
+ ```
46
2. **Update Helm Repositories:**
47
48
helm repo update
0 commit comments