Skip to content

Commit c8c3a7a

Browse files
authored
Merge pull request #71862 from jneczypor/OSDOCS-9698
OSDOCS-9698: Various fixes to previously migrated rosaworkshop.io content
2 parents 0a79b13 + 6a41e9e commit c8c3a7a

10 files changed

+47
-47
lines changed

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

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

12-
You can connect to your cluster using the command line interface (CLI) or the console user interface (UI).
12+
You can connect to your cluster using the command line interface (CLI) or the {hybrid-console} user interface (UI).
1313

1414
== Accessing your cluster using the CLI
1515

1616
To access the cluster using the CLI, you must have the `oc` CLI installed. If you are following the tutorials, you already installed the `oc` CLI.
1717

18-
. Log in to the link:https://console.redhat.com/openshift[Red Hat console].
18+
. Log in to the {cluster-manager-url}.
1919
. Click your username in the top right corner.
2020
. Click *Copy Login Command*.
2121
+
@@ -61,9 +61,9 @@ rosa-user
6161

6262
. You can now access your cluster.
6363

64-
== Accessing the cluster via the web console
65-
. Log in to the link:https://console.redhat.com/openshift/[Red Hat console].
66-
.. To retrieve the console URL run:
64+
== Accessing the cluster via the {hybrid-console-second}
65+
. Log in to the {cluster-manager-url}.
66+
.. To retrieve the {hybrid-console-second} URL run:
6767
+
6868
[source,terminal]
6969
----
@@ -75,6 +75,6 @@ rosa describe cluster -c <cluster-name> | grep Console
7575
image::cloud-experts-getting-started-accessing-copy-token.png[]
7676

7777
. Enter your user credentials.
78-
. You should be logged in. If you are following the tutorials, you will be a cluster-admin and should see a web console with the *Administrator* panel visible.
78+
. You should be logged in. If you are following the tutorials, you will be a cluster-admin and should see the {hybrid-console-second} webpage with the *Administrator* panel visible.
7979
+
8080
image::cloud-experts-getting-started-accessing-logged.png[]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ID GROUPS
5353
<idp_user_name> cluster-admins
5454
----
5555

56-
. If you are currently logged into the Red Hat console, log out of the console and log back in to the cluster to see a new perspective with the "Administrator Panel". You might need an incognito or private window.
56+
. If you are currently logged into the {hybrid-console}, log out of the console and log back in to the cluster to see a new perspective with the "Administrator Panel". You might need an incognito or private window.
5757
+
5858
image:cloud-experts-getting-started-admin-rights-admin-panel.png[]
5959

@@ -66,7 +66,7 @@ $ oc get all -n openshift-apiserver
6666

6767
== Using the Red Hat OpenShift Cluster Manager UI
6868

69-
. Log in to the link:https://console.redhat.com/openshift[Red Hat OpenShift Cluster Manager console].
69+
. Log in to the {cluster-manager-url}.
7070
. Select your cluster.
7171
. Click the *Access Control* tab.
7272
. Click the *Cluster roles and Access* tab in the sidebar.

cloud_experts_tutorials/cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-choose-deployment-method.adoc

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

12-
There are a few different ways to deploy a cluster, and this tutorial outlines each method. You only need to choose one based on your preferences and needs. Use the decision tree below to find the deployment method that best fits your situation.
12+
This tutorial outlines the different ways to deploy a cluster. Choose the deployment method that best fits your preferences and needs.
1313

1414
== Deployment options
1515

16-
For those who are thinking:
16+
If you want:
1717

18-
* "Just tell me the commands I need to run!" - xref:../../cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-simple-cli-guide.adoc#cloud-experts-getting-started-simple-cli-guide[Simple CLI guide]
19-
* "I do not like CLI tools. Give me a user interface!" - xref:../../cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-simple-ui-guide.adoc#cloud-experts-getting-started-simple-ui-guide[Simple UI guide]
20-
* "I need details and want to use a CLI!" - xref:../../cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-detailed-cli-guide.adoc#cloud-experts-getting-started-detailed-cli-guide[Detailed CLI guide]
21-
* "I need details and want to use a user interface!" xref:../../cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-detailed-ui.adoc#cloud-experts-getting-started-detailed-ui[Detailed UI guide]
22-
* "I want to experiment with the newest technologies." - xref:../../cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-hcp.adoc#cloud-experts-getting-started-detailed-ui-guide[ROSA with HCP]
18+
* Only the necessary CLI commands - xref:../../cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-simple-cli-guide.adoc#cloud-experts-getting-started-simple-cli-guide[Simple CLI guide]
19+
* A user interface - xref:../../cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-simple-ui-guide.adoc#cloud-experts-getting-started-simple-ui-guide[Simple UI guide]
20+
* The CLI commands with details - xref:../../cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-detailed-cli-guide.adoc#cloud-experts-getting-started-detailed-cli-guide[Detailed CLI guide]
21+
* A user interface with details - xref:../../cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-detailed-ui.adoc#cloud-experts-getting-started-detailed-ui[Detailed UI guide]
22+
* To experiment with the newest ROSA technologies - xref:../../cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-hcp.adoc#cloud-experts-getting-started-detailed-ui-guide[ROSA with HCP]
2323

24-
All of the above deployment options work well for this workshop. If you are doing this workshop for the first time, the xref:../../cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-simple-cli-guide.adoc#cloud-experts-getting-started-simple-cli-guide[Simple CLI guide] is the simplest and recommended method.
24+
All of the above deployment options work well for this tutorial. If you are doing this tutorial for the first time, the xref:../../cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-simple-cli-guide.adoc#cloud-experts-getting-started-simple-cli-guide[Simple CLI guide] is the simplest and recommended method.

cloud_experts_tutorials/cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-detailed-cli-guide.adoc

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -263,24 +263,24 @@ See the xref:../../../rosa_install_access_delete_clusters/rosa-sts-interactive-m
263263
+
264264
[source,terminal]
265265
----
266-
Cluster name: **my-rosa-cluster** <br>
267-
OpenShift version: **&lt;choose version&gt;** <br>
268-
External ID (optional): **&lt;leave blank&gt;**<br>
269-
Operator roles prefix: **&lt;accept default&gt;** <br>
270-
Multiple availability zones: **No** <br>
271-
AWS region: **&lt;choose region&gt;** <br>
272-
PrivateLink cluster: **No** <br>
273-
Install into an existing VPC: **No** <br>
274-
Enable Customer Managed key: **No** <br>
275-
Compute nodes instance type: **m5.xlarge** <br>
276-
Enable autoscaling: **No** <br>
277-
Compute nodes: **2** <br>
278-
Machine CIDR: **&lt;accept default&gt;** <br>
279-
Service CIDR: **&lt;accept default&gt;** <br>
280-
Pod CIDR: **&lt;accept default&gt;** <br>
281-
Host prefix: **&lt;accept default&gt;** <br>
282-
Encrypt etcd data (optional): **No** <br>
283-
Disable Workload monitoring: **No** <br>
266+
Cluster name: my-rosa-cluster
267+
OpenShift version: <choose version>
268+
External ID (optional): <leave blank>
269+
Operator roles prefix: <accept default>
270+
Multiple availability zones: No
271+
AWS region: <choose region>
272+
PrivateLink cluster: No
273+
Install into an existing VPC: No
274+
Enable Customer Managed key: No
275+
Compute nodes instance type: m5.xlarge
276+
Enable autoscaling: No
277+
Compute nodes: 2
278+
Machine CIDR: <accept default>
279+
Service CIDR: <accept default>
280+
Pod CIDR: <accept default>
281+
Host prefix: <accept default>
282+
Encrypt etcd data (optional): No
283+
Disable Workload monitoring: No
284284
----
285285
+
286286
.Example output
@@ -417,8 +417,8 @@ rosa list clusters
417417

418418
. Once the state changes to “ready” your cluster is installed.
419419

420-
== Obtaining the console URL
421-
* To obtain the console URL, run the following command:
420+
== Obtaining the {hybrid-console} URL
421+
* To obtain the {hybrid-console-second} URL, run the following command:
422422
+
423423
[source,terminal]
424424
----

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This step tells the OpenShift Cluster Manager what AWS account you want to use w
6464
If you have already associated your AWS accounts, skip this step.
6565
====
6666

67-
. Open the OpenShift Cluster Manager by visiting the Red Hat link:https://console.redhat.com/openshift[console] 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 Hat account.
6868

6969
. Click *Create Cluster*.
7070

cloud_experts_tutorials/cloud-experts-getting-started/cloud-experts-getting-started-deploying/cloud-experts-getting-started-simple-ui-guide.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This page outlines the minimum list of commands to deploy a ROSA cluster using t
1313

1414
[NOTE]
1515
====
16-
While this simple deployment works well for a workshop setting, clusters used in production should be deployed with a more detailed method.
16+
While this simple deployment works well for a tutorial setting, clusters used in production should be deployed with a more detailed method.
1717
====
1818

1919
== Prerequisites
@@ -43,7 +43,7 @@ rosa create ocm-role --mode auto --admin --yes
4343
rosa create user-role --mode auto --yes
4444
----
4545

46-
. Use the link:https://console.redhat.com/openshift/create/rosa/wizard[Red Hat OpenShift Cluster Manager UI] to select your AWS account, cluster options, and begin deployment.
46+
. Use the {cluster-manager-url} to select your AWS account, cluster options, and begin deployment.
4747

4848
. OpenShift Cluster Manager UI displays cluster status.
4949
+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ image::cloud-experts-getting-started-idp-org.png[]
104104
image::cloud-experts-getting-started-idp-invite.png[]
105105

106106
. Enter the GitHub ID of the new user, select the correct user, and click *Invite*.
107-
. Once the new user accepts the invitation, they will be able to log in to the ROSA cluster using the console link and their GitHub credentials.
107+
. Once the new user accepts the invitation, they will be able to log in to the ROSA cluster using the {hybrid-console-second} link and their GitHub credentials.

cloud_experts_tutorials/cloud-experts-getting-started/cloud-experts-getting-started-managing-worker-nodes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Default No 2 m5.xlarge us
7878
----
7979

8080
=== Creating a machine pool with the UI
81-
. Log in to the link:https://console.redhat.com/openshift[Red Hat console] and click your cluster.
81+
. Log in to the {cluster-manager-url} and click your cluster.
8282
+
8383
image::cloud-experts-getting-started-managing-ocm-cluster.png[]
8484

cloud_experts_tutorials/cloud-experts-getting-started/cloud-experts-getting-started-what-is-rosa.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ROSA is a managed service which is based on OpenShift Container Platform. You ca
7373
Customers can upgrade to the newest version of OpenShift and use the features from that version of OpenShift. For more information, see xref:../../rosa_architecture/rosa_policy_service_definition/rosa-life-cycle.adoc#rosa-life-cycle-dates_rosa-life-cycle[life cycle dates]. Not all OpenShift features are be available on ROSA. Review the xref:../../rosa_architecture/rosa_policy_service_definition/rosa-service-definition.adoc#rosa-service-definition[Service Definition] for more information.
7474

7575
== Support
76-
You can open a ticket directly from the link:https://console.redhat.com/openshift[Red Hat OpenShift Cluster Manager]. See the xref:../../support/getting-support.adoc#getting-support[ROSA support documentation] for more details about obtaining support.
76+
You can open a ticket directly from the {cluster-manager-url}. See the xref:../../support/getting-support.adoc#getting-support[ROSA support documentation] for more details about obtaining support.
7777

7878
You can also visit the link:http://access.redhat.com/[Red Hat Customer Portal] to search or browse through the Red Hat knowledge base of articles and solutions relating to Red Hat products or submit a support case to Red Hat Support.
7979

@@ -90,7 +90,7 @@ AWS support customers must have a valid AWS support contract
9090
Refer to the xref:../../rosa_architecture/rosa_policy_service_definition/rosa-service-definition.adoc#rosa-sdpolicy-sla_rosa-service-definition[ROSA SLA] page for details.
9191

9292
== Notifications and communication
93-
Red Hat will provide notifications regarding new Red Hat and AWS features, updates, and scheduled maintenance through email and the Red Hat console service log.
93+
Red Hat will provide notifications regarding new Red Hat and AWS features, updates, and scheduled maintenance through email and the {hybrid-console-second} service log.
9494

9595
== Open Service Broker for AWS (OBSA)
9696
You can use OSBA with ROSA. However, the preferred method is the more recent link:https://github.com/aws-controllers-k8s/community[AWS Controller for Kubernetes]. See link:https://aws.amazon.com/partners/servicebroker/[Open Service Broker for AWS] for more information on OSBA.
@@ -158,7 +158,7 @@ ROSA uses the OpenShift OVN-Kubernetes default CNI network provider.
158158
Cluster admins can customize, and deny, cross-namespace on a project basis using NetworkPolicy objects. Refer to xref:../../networking/network_policy/multitenant-network-policy.adoc[Configuring multitenant isolation with network policy] for more information.
159159

160160
== Using Prometheus and Grafana
161-
You can use Prometheus and Grafana to monitor containers and manage capacity using OpenShift User Workload Monitoring. This is a check-box option in the link:https://console.redhat.com/openshift[OpenShift Cluster Manager].
161+
You can use Prometheus and Grafana to monitor containers and manage capacity using OpenShift User Workload Monitoring. This is a check-box option in the {cluster-manager-url}.
162162

163163
== Audit logs output from the cluster control-plane
164164
If the Cluster Logging Operator Add-on has been added to the cluster then audit logs are available through CloudWatch. If it has not, then a support request would allow you to request some audit logs. Small targeted and time-boxed logs can be requested for export and sent to a customer. The selection of audit logs available are at the discretion of SRE in the category of platform security and compliance. Requests for exports of a cluster's entirety of logs will be rejected.
@@ -204,5 +204,5 @@ Ingress can be limited to a PrivateLink for Red Hat SREs and a VPN for customer
204204
** xref:../../rosa_planning/rosa-limits-scalability.adoc#rosa-limits-scalability[Limits and Scalability]
205205
** link:https://red.ht/rosa-roadmap[ROSA roadmap]
206206
* link:https://learn.openshift.com[Learn about OpenShift]
207-
* link:https://console.redhat.com/OpenShift[OpenShift Cluster Manager]
207+
* {cluster-manager-url}
208208
* link:https://support.redhat.com[Red Hat Support]

upgrading/rosa-upgrading.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Upgrades are manually initiated or automatically scheduled. Red Hat Site Reliabi
1818
There are three methods to upgrade {product-title} (ROSA) clusters:
1919

2020
* Individual upgrades through the ROSA CLI (`rosa`)
21-
* Individual upgrades through the {cluster-manager-url} console
22-
* Recurring upgrades through the {cluster-manager-url} console
21+
* Individual upgrades through the {cluster-manager-url}
22+
* Recurring upgrades through the {cluster-manager-url}
2323

2424
[NOTE]
2525
====

0 commit comments

Comments
 (0)