File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 3
3
## Requirements
4
4
5
5
- 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.
7
7
- ` openssl ` and ` curl ` command line must be installed too.
8
8
9
9
You can run the ** Quick installation process** or choose the ** Manually installation step by step**
10
10
11
11
> Linux operating system is recommanded to run abcdesktop.io.
12
12
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
+
13
22
## Quick installation (Linux or macOS)
14
23
15
24
> Quick installation can be run on Linux or macOS operation system.
You can’t perform that action at this time.
0 commit comments