1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/cloud_experts_tutorials/cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-simple-ui-guide.adoc
Janelle Neczypor c4abc21908 OSDOCS-9698
2024-04-01 13:32:02 -07:00

50 lines
1.4 KiB
Plaintext

:_mod-docs-content-type: ASSEMBLY
[id="cloud-experts-getting-started-simple-ui-guide"]
= Tutorial: Simple UI guide
include::_attributes/attributes-openshift-dedicated.adoc[]
:context: cloud-experts-getting-started-simple-ui-guide
toc::[]
//rosaworkshop.io content metadata
//Brought into ROSA product docs 2023-11-17
This page outlines the minimum list of commands to deploy a ROSA cluster using the user interface (UI).
[NOTE]
====
While this simple deployment works well for a tutorial setting, clusters used in production should be deployed with a more detailed method.
====
== Prerequisites
* You have completed the prerequisites in the Setup tutorial.
== Creating account roles
Run the following command _once_ for each AWS account and y-stream OpenShift version:
[source,terminal]
----
rosa create account-roles --mode auto --yes
----
== Creating Red Hat OpenShift Cluster Manager roles
. Create one OpenShift Cluster Manager role for each AWS account by running the following command:
+
[source,terminal]
----
rosa create ocm-role --mode auto --admin --yes
----
. Create one OpenShift Cluster Manager user role for each AWS account by running the following command:
+
[source,terminal]
----
rosa create user-role --mode auto --yes
----
. Use the {cluster-manager-url} to select your AWS account, cluster options, and begin deployment.
. OpenShift Cluster Manager UI displays cluster status.
+
image:cloud-experts-getting-started-deployment-ui-cluster-create.png[]