mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
50 lines
1.4 KiB
Plaintext
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[] |