Skip to content

Commit a30c1d9

Browse files
Update kubernetes_abcdesktop.md
1 parent 992e4b2 commit a30c1d9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

opsdocs/docs/4.0/setup/kubernetes_abcdesktop.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,22 @@
33
## Requirements
44

55
- kubernetes cluster ready to run
6-
- `kubectl` or `microk8s` command-line tool must be configured to communicate with your cluster.
6+
- `kubectl` or `minikube` command-line tool must be configured to communicate with your cluster.
77
- `openssl` and `curl` command line must be installed too.
88

99
You can run the **Quick installation process** or choose the **Manually installation step by step**
1010

1111
> Linux operating system is recommanded to run abcdesktop.io.
1212
13+
### Requirements for minikube
14+
15+
Start minikube with enough cpu and memory resources to start all abcdesktop pods and the user's desktop
16+
17+
```
18+
minikube start --cpus 4 --memory 4096
19+
```
20+
21+
1322
## Quick installation (Linux or macOS)
1423

1524
> Quick installation can be run on Linux or macOS operation system.

0 commit comments

Comments
 (0)