Skip to content

Commit 478c089

Browse files
committed
quick-fix-formatting-user-interface
Signed-off-by: A.Arnold <[email protected]>
1 parent 3de4538 commit 478c089

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

docs/topics/mta-7-installing-web-console-on-ocp-local.adoc

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Ubuntu 18.04 LTS or later and Debian 10 or later are not supported and might req
3737
{rh-ocp-local} requires the `libvirt` and `NetworkManager` packages to run on Linux:
3838

3939
* On *Fedora* and *Red Hat Enterprise Linux* run:
40-
4140
+
4241
[source,terminal]
4342
----
@@ -63,7 +62,6 @@ To install {rh-ocp-local}:
6362
.. Download *pull secret*.
6463

6564
. Assuming you saved the archive in the `~/Downloads directory`, follow these steps:
66-
6765
+
6866
[source,terminal]
6967
----
@@ -77,14 +75,12 @@ tar xvf crc-linux-amd64.tar.xz
7775
----
7876

7977
. Copy the `crc` executable to it:
80-
8178
+
8279
[source,terminal]
8380
----
8481
cp ~/Downloads/crc-linux-<version-number>-amd64/crc ~/bin/crc
8582
----
8683
. Add the `~/bin/crc` directory to your `$PATH` variable:
87-
8884
+
8985
[source,terminal]
9086
----
@@ -97,7 +93,6 @@ echo 'export PATH=$PATH:$HOME/bin/crc' >> ~/.bashrc
9793
----
9894

9995
. To disable telemetry, run the following command:
100-
10196
+
10297
[source,terminal]
10398
----
@@ -120,7 +115,6 @@ The `crc setup` command performs operations to set up the environment of your ho
120115
The `crc setup` command creates the `~/.crc directory`.
121116

122117
. Set up your host machine for {rh-ocp-local}:
123-
124118
+
125119
[source,terminal]
126120
----
@@ -219,33 +213,32 @@ It also offers the following global flags:
219213
The default configuration creates a virtual machine (VM) with 4 virtual CPUs, a disk size of 31 GB, and 10 GB of RAM. However, this default configuration is not sufficent to stably run {ProductShortName}.
220214

221215
To increase the number of virtual CPUs to 6, the disk-size to 200 GB, and the memory to 20 GB, run `crc config` as follows:
222-
+
216+
223217
[source,terminal]
224218
----
225219
crc config set cpus 6
226220
----
227221

228-
+
229222
[source,terminal]
230223
----
231224
crc config set disk-size 200
232225
----
233226

234-
+
227+
235228
[source,terminal]
236229
----
237230
$ crc config set memory 20480
238231
----
239232

240233
To check the configuration, run:
241-
+
234+
242235
[source,terminal]
243236
----
244237
crc config view
245238
----
246239

247240
.Example Output
248-
+
241+
249242
[source,terminal]
250243
----
251244
- consent-telemetry : yes
@@ -266,14 +259,13 @@ If you already have a running CRC instance, for this configuration change to tak
266259

267260
To check the status of your {rh-ocp-local} instance, run:
268261

269-
+
270262
[source,terminal]
271263
----
272264
crc status
273265
----
274266

275267
.Example Output
276-
+
268+
277269
[source,terminal]
278270
----
279271
CRC VM: Running

0 commit comments

Comments
 (0)