Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
  • Loading branch information
mmorhun committed Sep 25, 2020
1 parent 4d4ffa9 commit 197ed54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,11 @@ This section describes how to install {prod-short} on Minikube using {prod-cli}.

.Procedure

* To install {prod-short} in multi-user mode (default and recommended), run the following command:
* Run the following command:
+
[subs="+attributes"]
----
$ {prod-cli} server:start --platform minikube
----

* To install {prod-short} in single-user mode add one if the following parameters to the command above:

** Use Helm installer by providing `--installer helm` option.
** Pass `--che-operator-cr-patch-yaml patch.yaml`, where `patch.yaml` file has the following content:
+
[source,yaml]
----
spec:
server:
customCheProperties:
CHE_MULTIUSER: "false"
----
NOTE: Add option `--installer helm` to use the helm chart and install a single-user instance of {prod-short}.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ This section describes how to use Minikube to set up a local single-node {kubern

.Procedure

. Start Minikube (it is important to *allocate at least 4 GB of RAM*):
. Start Minikube (it is important to *allocate at least 4GB of RAM but 8GB are recommended*):
+
----
$ minikube start --addons=ingress --memory=4096
$ minikube start --addons=ingress --vm=true --memory=8192
----
+
NOTE: For Windows and Mac users it is required to add the `--vm=true` option to run Minikube in a virtual machine.

0 comments on commit 197ed54

Please sign in to comment.