Skip to content

Commit 368887b

Browse files
committed
OSDOCS-10781
1 parent 25a77b4 commit 368887b

File tree

162 files changed

+459
-470
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+459
-470
lines changed

adding_service_cluster/rosa-available-services.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ include::modules/osd-rhoam.adoc[leveloffset=+1]
2222

2323
[role="_additional-resources"]
2424
.Additional resources
25-
* link:https://access.redhat.com/documentation/en-us/red_hat_openshift_api_management[Red Hat OpenShift API Management] documentation
25+
* link:https://access.redhat.com/documentation/en-us/red_hat_openshift_api_management[Red{nbsp}Hat OpenShift API Management] documentation
2626
2727
////
2828
include::modules/rosa-rhoda.adoc[leveloffset=+1]
2929

3030
[role="_additional-resources"]
3131
.Additional resources
3232

33-
* link:https://www.redhat.com/en/technologies/cloud-computing/openshift/openshift-database-access[Red Hat OpenShift Database Access] product page
33+
* link:https://www.redhat.com/en/technologies/cloud-computing/openshift/openshift-database-access[Red{nbsp}Hat OpenShift Database Access] product page
3434
////
3535
// This module and additional resource are no longer included in the document due to OSDOCS-5817.
3636
3737
include::modules/rosa-rhods.adoc[leveloffset=+1]
3838

3939
[role="_additional-resources"]
4040
.Additional resources
41-
* link:https://access.redhat.com/documentation/en-us/red_hat_openshift_data_science/1[Red Hat OpenShift Data Science] documentation
42-
* link:https://www.redhat.com/en/technologies/cloud-computing/openshift/openshift-data-science[Red Hat OpenShift Data Science] product page
41+
* link:https://access.redhat.com/documentation/en-us/red_hat_openshift_data_science/1[Red{nbsp}Hat OpenShift Data Science] documentation
42+
* link:https://www.redhat.com/en/technologies/cloud-computing/openshift/openshift-data-science[Red{nbsp}Hat OpenShift Data Science] product page

cli_reference/rosa_cli/rosa-cli-permission-examples.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can create roles with permissions that adhere to the principal of least priv
99

1010
[IMPORTANT]
1111
====
12-
Although the policies and commands presented in this topic will work in conjunction with one another, you might have other restrictions within your AWS environment that make the policies for these commands insufficient for your specific needs. Red Hat provides these examples as a baseline, assuming no other AWS Identity and Access Management (IAM) restrictions are present.
12+
Although the policies and commands presented in this topic will work in conjunction with one another, you might have other restrictions within your AWS environment that make the policies for these commands insufficient for your specific needs. Red{nbsp}Hat provides these examples as a baseline, assuming no other AWS Identity and Access Management (IAM) restrictions are present.
1313
====
1414

1515
[NOTE]

cloud_experts_tutorials/cloud-experts-aws-load-balancer-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ stringData:
194194
EOF
195195
----
196196
+
197-
. Install the Red Hat AWS Load Balancer Operator:
197+
. Install the AWS Load Balancer Operator:
198198
+
199199
[source,terminal]
200200
----

cloud_experts_tutorials/cloud-experts-aws-secret-manager.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $ oc get authentication.config.openshift.io cluster -o json \
5858
"https://xxxxx.cloudfront.net/xxxxx"
5959
----
6060
+
61-
If your output is different, do not proceed. See xref:../rosa_install_access_delete_clusters/rosa-sts-creating-a-cluster-quickly.adoc#rosa-sts-creating-a-cluster-quickly[Red Hat documentation on creating an STS cluster] before continuing this process.
61+
If your output is different, do not proceed. See xref:../rosa_install_access_delete_clusters/rosa-sts-creating-a-cluster-quickly.adoc#rosa-sts-creating-a-cluster-quickly[Red{nbsp}Hat documentation on creating an STS cluster] before continuing this process.
6262

6363
. Set the `SecurityContextConstraints` permission to allow the CSI driver to run by running the following command:
6464
+

cloud_experts_tutorials/cloud-experts-deploying-application/cloud-experts-deploying-application-prerequisites.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ toc::[]
1313

1414
. A Provisioned ROSA cluster
1515
+
16-
This lab assumes you have access to a successfully provisioned a ROSA cluster. If you have not yet created a ROSA cluster, see xref:../../rosa_getting_started/rosa-quickstart-guide-ui.html#rosa-getting-started-prerequisites_rosa-quickstart-guide-ui[Red Hat OpenShift Service on AWS quickstart guide] for more information.
16+
This lab assumes you have access to a successfully provisioned a ROSA cluster. If you have not yet created a ROSA cluster, see xref:../../rosa_getting_started/rosa-quickstart-guide-ui.adoc#rosa-getting-started-prerequisites_rosa-quickstart-guide-ui[Red{nbsp}Hat OpenShift Service on AWS quick start guide] for more information.
1717

1818
. The OpenShift Command Line Interface (CLI)
1919
+

cloud_experts_tutorials/cloud-experts-dynamic-certificate-custom-domain.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ toc::[]
1919

2020
While wildcard certificates provide simplicity by securing all first-level subdomains of a given domain with a single certificate, other use cases can require the use of individual certificates per domain.
2121

22-
Learn how to use the link:https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html[cert-manager Operator for Red Hat OpenShift] and link:https://letsencrypt.org/[Let's Encrypt] to dynamically issue certificates for routes created using a custom domain.
22+
Learn how to use the link:https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html[cert-manager Operator for Red{nbsp}Hat OpenShift] and link:https://letsencrypt.org/[Let's Encrypt] to dynamically issue certificates for routes created using a custom domain.
2323

2424
[id="cloud-experts-dynamic-certificate-custom-domain-prerequisites"]
2525
== Prerequisites
@@ -170,10 +170,10 @@ $ oc new-project cert-manager-operator
170170
+
171171
[IMPORTANT]
172172
====
173-
Do not attempt to use more than one `cert-manager` Operator in your cluster. If you have a community `cert-manager` Operator installed in your cluster, you must uninstall it before installing the `cert-manager` Operator for Red Hat OpenShift.
173+
Do not attempt to use more than one `cert-manager` Operator in your cluster. If you have a community `cert-manager` Operator installed in your cluster, you must uninstall it before installing the `cert-manager` Operator for Red{nbsp}Hat OpenShift.
174174
====
175175
+
176-
. Install the `cert-manager` Operator for Red Hat OpenShift:
176+
. Install the `cert-manager` Operator for Red{nbsp}Hat OpenShift:
177177
+
178178
[source,terminal]
179179
----

cloud_experts_tutorials/cloud-experts-getting-started/cloud-experts-getting-started-admin-rights.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ toc::[]
99
//rosaworkshop.io content metadata
1010
//Brought into ROSA product docs 2023-11-30
1111

12-
Administration (admin) privileges are not automatically granted to users that you add to your cluster. If you want to grant admin-level privileges to certain users, you will need to manually grant them to each user. You can grant admin privileges from either the ROSA command line interface (CLI) or the Red Hat OpenShift Cluster Manager web user interface (UI).
12+
Administration (admin) privileges are not automatically granted to users that you add to your cluster. If you want to grant admin-level privileges to certain users, you will need to manually grant them to each user. You can grant admin privileges from either the ROSA command line interface (CLI) or the Red{nbsp}Hat OpenShift Cluster Manager web user interface (UI).
1313

14-
Red Hat offers two types of admin privileges:
14+
Red{nbsp}Hat offers two types of admin privileges:
1515

1616
* `cluster-admin`: `cluster-admin` privileges give the admin user full privileges within the cluster.
1717
@@ -64,7 +64,7 @@ image:cloud-experts-getting-started-admin-rights-admin-panel.png[]
6464
$ oc get all -n openshift-apiserver
6565
----
6666

67-
== Using the Red Hat OpenShift Cluster Manager UI
67+
== Using the Red{nbsp}Hat OpenShift Cluster Manager UI
6868

6969
. Log in to the {cluster-manager-url}.
7070
. Select your cluster.

cloud_experts_tutorials/cloud-experts-getting-started/cloud-experts-getting-started-deleting.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $ rosa delete account-roles --prefix <prefix> --mode auto --yes
7878

7979
== Deleting a ROSA cluster using the UI
8080

81-
. Log in to the Red Hat OpenShift Cluster Manager, and locate the cluster you want to delete.
81+
. Log in to the {cluster-manager-url}, and locate the cluster you want to delete.
8282

8383
. Click the three dots to the right of the cluster.
8484
+

cloud_experts_tutorials/cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-detailed-ui.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ toc::[]
99
//rosaworkshop.io content metadata
1010
//Brought into ROSA product docs 2023-11-20
1111

12-
This tutorial outlines the detailed steps to deploy a {product-title} (ROSA) cluster using the Red Hat OpenShift Cluster Manager user interface (UI).
12+
This tutorial outlines the detailed steps to deploy a {product-title} (ROSA) cluster using the Red{nbsp}Hat OpenShift Cluster Manager user interface (UI).
1313

1414
== Deployment workflow
1515
The overall deployment workflow follows these steps:
1616

1717
. Create the account wide roles and policies.
18-
. Associate your AWS account with your Red Hat account.
19-
.. Create and link the Red Hat OpenShift Cluster Manager role.
18+
. Associate your AWS account with your Red{nbsp}Hat account.
19+
.. Create and link the Red{nbsp}Hat OpenShift Cluster Manager role.
2020
.. Create and link the user role.
2121
. Create the cluster.
2222

@@ -56,15 +56,15 @@ I: To create a cluster with these roles, run the following command:
5656
rosa create cluster --sts
5757
----
5858

59-
== Associating your AWS account with your Red Hat account
59+
== Associating your AWS account with your Red{nbsp}Hat account
6060
This step tells the OpenShift Cluster Manager what AWS account you want to use when deploying ROSA.
6161

6262
[NOTE]
6363
====
6464
If you have already associated your AWS accounts, skip this step.
6565
====
6666

67-
. Open the {hybrid-console} by visiting the {cluster-manager-url} and logging in to your Red Hat account.
67+
. Open the {hybrid-console} by visiting the {cluster-manager-url} and logging in to your Red{nbsp}Hat account.
6868

6969
. Click *Create Cluster*.
7070

@@ -115,7 +115,7 @@ For the purposes of this tutorial, use the *Admin OpenShift Cluster Manager role
115115
$ rosa create ocm-role --mode auto --admin --yes
116116
----
117117
+
118-
This command creates the OpenShift Cluster Manager role and associates it with your Red Hat account.
118+
This command creates the OpenShift Cluster Manager role and associates it with your Red{nbsp}Hat account.
119119
+
120120
.Example output
121121
+
@@ -159,7 +159,7 @@ As defined in the xref:../../../rosa_architecture/rosa-sts-about-iam-resources.a
159159
$ rosa list user-role
160160
----
161161

162-
. Run the following command to create the user role and to link it to your Red Hat account:
162+
. Run the following command to create the user role and to link it to your Red{nbsp}Hat account:
163163
+
164164
[source,terminal]
165165
----

cloud_experts_tutorials/cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-hcp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toc::[]
1111

1212
This tutorial outlines deploying a {hcp-title-first} cluster.
1313

14-
With {hcp-title}, you can decouple the control plane from the data plane. This is a new deployment model for ROSA in which the control plane is hosted in a Red Hat-owned AWS account. The control plane is no longer hosted in your AWS account, reducing your AWS infrastructure expenses. The control plane is dedicated to a single cluster and is highly available. For more information, see the xref:../../../rosa_hcp/rosa-hcp-sts-creating-a-cluster-quickly.adoc#rosa-hcp-sts-creating-a-cluster-quickly[{hcp-title} documentation].
14+
With {hcp-title}, you can decouple the control plane from the data plane. This is a new deployment model for ROSA in which the control plane is hosted in a Red{nbsp}Hat-owned AWS account. The control plane is no longer hosted in your AWS account, reducing your AWS infrastructure expenses. The control plane is dedicated to a single cluster and is highly available. For more information, see the xref:../../../rosa_hcp/rosa-hcp-sts-creating-a-cluster-quickly.adoc#rosa-hcp-sts-creating-a-cluster-quickly[{hcp-title} documentation].
1515

1616
== Prerequisites
1717

0 commit comments

Comments
 (0)