Skip to content

Commit c5ca091

Browse files
authored
Merge pull request #68105 from jneczypor/OSDOCS-8372
OSDOCS-8372: Migrate "Getting Started with Rosa - Deploy the Cluster (Simple CLI)"
2 parents 06f2d9c + c246266 commit c5ca091

File tree

14 files changed

+58
-4
lines changed

14 files changed

+58
-4
lines changed

_topic_maps/_topic_map_rosa.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,16 @@ Topics:
113113
- Name: Assigning consistent egress IP for external traffic
114114
File: cloud-experts-consistent-egress-ip
115115
- Name: Getting started with ROSA
116-
Dir: cloud_experts_getting_started
116+
Dir: cloud-experts-getting-started
117117
Distros: openshift-rosa
118118
Topics:
119119
- Name: Setup
120120
File: cloud-experts-getting-started-setup
121+
- Name: Deploying a cluster
122+
Dir: cloud-experts-getting-started-deploying
123+
Topics:
124+
- Name: Simple CLI guide
125+
File: cloud-experts-getting-started-simple-cli-guide
121126
---
122127
Name: Getting started
123128
Dir: rosa_getting_started
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../_attributes/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../_attributes/
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="cloud-experts-getting-started-simple-cli-guide"]
3+
= Tutorial: Simple CLI guide
4+
include::_attributes/attributes-openshift-dedicated.adoc[]
5+
:context: cloud-experts-getting-started-simple-cli-guide
6+
7+
toc::[]
8+
9+
//rosaworkshop.io content metadata
10+
//Brought into ROSA product docs 2023-11-16
11+
12+
This page outlines the minimum list of commands to deploy a {product-title} (ROSA) cluster using the command line interface (CLI).
13+
14+
[NOTE]
15+
====
16+
While this simple deployment works well for a workshop setting, clusters used in production should be deployed with a more detailed method.
17+
====
18+
19+
== Prerequisites
20+
21+
* You have completed the prerequisites in the xref:../../../cloud_experts_tutorials/cloud-experts-getting-started/cloud-experts-getting-started-setup.adoc#cloud-experts-getting-started-setup[Setup] tutorial.
22+
23+
== Creating account roles
24+
Run the following command _once_ for each AWS account and y-stream OpenShift version:
25+
26+
[source,terminal]
27+
----
28+
rosa create account-roles --mode auto --yes
29+
----
30+
31+
== Deploying the cluster
32+
33+
. Create the cluster with the default configuration by running the following command substituting your own cluster name:
34+
+
35+
[source,terminal]
36+
----
37+
rosa create cluster --cluster-name <cluster-name> --sts --mode auto --yes
38+
----
39+
40+
. Check the status of your cluster by running the following command:
41+
+
42+
[source,terminal]
43+
----
44+
rosa list clusters
45+
----
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../modules
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../snippets/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../images/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../modules

0 commit comments

Comments
 (0)