Skip to content

Commit

Permalink
docs: updating minikube and crc installation guides
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
  • Loading branch information
ibuziuk committed Apr 22, 2022
1 parent 84adb8d commit 1bae85b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 117 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ include::partial$proc_using-minikube-to-set-up-kubernetes.adoc[leveloffset=+1]

include::partial$proc_installing-che-on-minikube-using-chectl.adoc[leveloffset=+1]

include::partial$proc_using-minikube-and-lxc.adoc[leveloffset=+1]

:context: {parent-context-of-installing-che-on-minikube}
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ This section describes how to install {prod-short} on CodeReady Containers (CRC)

.Procedure

. Initiate the CRC platform:

.. Configure your host machine for CodeReady Containers:
.. Remove any previous cluster:
+
----
$ crc setup
$ crc delete && rm -rf .crc
----

.. Remove any previous cluster:
. Initiate the CRC platform:

.. Configure your host machine for CodeReady Containers:
+
----
$ crc delete
$ crc setup
----

.. Initiate the `oc` command line interface within CRC:
Expand Down
107 changes: 0 additions & 107 deletions modules/administration-guide/partials/proc_using-minikube-and-lxc.adoc

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ This section describes how to use Minikube to prepare a local single-node {kuber

.Procedure

. Start Minikube (it is important to *allocate at least 4GB of RAM but 8GB are recommended*):
. Start Minikube (it is important to allocate at least 8GB of RAM and 4 CPU cores):
+
----
$ minikube start --addons=ingress --vm=true --memory=8192
$ minikube start --addons=ingress --vm=true --memory=8192 --cpus=4
----

0 comments on commit 1bae85b

Please sign in to comment.