Skip to content

Commit

Permalink
Improve installing on Minikube docs (#1613)
Browse files Browse the repository at this point in the history
* Improve installing on Minikube docs

Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
  • Loading branch information
mmorhun committed Sep 28, 2020
1 parent 1ae69ee commit e5493c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This section describes how to install {prod-short} on Minikube using {prod-cli}.
+
[subs="+attributes"]
----
$ {prod-cli} server:start --platform minikube --multiuser
$ {prod-cli} server:start --platform minikube
----
+
NOTE: Omit the `--multiuser` option to install a single-user instance of {prod-short}.

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,8 +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 --memory=4096
$ minikube start --addons=ingress --vm=true --memory=8192
----

0 comments on commit e5493c8

Please sign in to comment.