Skip to content

Commit 55d338c

Browse files
authored
Merge pull request openshift#54812 from Amrita42/Agent-357-new
Agent-357: adds console.redhat section
2 parents 8fe9a36 + ab6e0e0 commit 55d338c

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

images/agent_install.png

96.9 KB
Loading

images/agent_install_bare_metal.png

87.4 KB
Loading

modules/installing-ocp-agent.adoc

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,26 @@ The following procedure deploys a single-node {product-title} in a disconnected
1010

1111
.Procedure
1212

13-
. Navigate to the link:https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest[OpenShift mirror site] and download the latest version of the installer and client tarballs that match your operating system.
13+
. Log in to the {product-title} web console using your login credentials.
1414

15-
. Extract the binary by running the following command:
15+
. Navigate to link:https://console.redhat.com/openshift/create/datacenter[Datacenter].
1616
+
17-
[source,terminal]
18-
----
19-
$ tar xvf <file> -C ~/.local/bin
20-
----
17+
image::agent_install.png[]
18+
19+
. Click *Run Agent-based Installer locally*. You are directed to the *Install {product-title} on Bare Metal locally with Agent* page.
20+
21+
. Optional: Alternatively, you can also click *Bare Metal (x86_64)* on the *Select an {product-title} cluster type to create* page. You are directed to the *Create an {product-title} Cluster: Bare Metal* page.
22+
Then, select *Local Agent-based* to go to the *Install {product-title} on Bare Metal locally with Agent* page.
2123
+
22-
The file contains the Agent-based Installer.
24+
image::agent_install_bare_metal.png[]
25+
26+
. Select the operating system and architecture.
27+
28+
. Click *Download Installer* to download and extract the install program.
29+
30+
. You can either download or copy the pull secret by clicking on *Download pull secret* or *Copy pull secret*.
31+
32+
. Click *Download command-line tools* and place the `openshift-install` binary in a directory that is on your `PATH`.
2333

2434
. Install `nmstate` dependency by running the following command:
2535
+

0 commit comments

Comments
 (0)