You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: quickstarts/rhdh-installation-via-operator.yaml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ metadata:
10
10
capability.openshift.io/name: Console
11
11
spec:
12
12
displayName: Install Red Hat Developer Hub (RHDH) using the Operator
13
-
description: Install RHDH, a enterprise-grade, open developer platform for building developer portals, build on Backstage.
13
+
description: Install RHDH, an enterprise-grade, open developer platform for building developer portals, built on Backstage.
14
14
durationMinutes: 30
15
15
tags:
16
16
- rhdh
@@ -99,7 +99,7 @@ spec:
99
99
* A **catalog** of all your services, components, and more.
100
100
* **Software Templates** provide your developers an easy way to set up new projects with best practices.
101
101
* Preinstalled with **additional plugins**.
102
-
* Your developer portal is **extendable with plugins** from Backstage.
102
+
* Your developer portal is **extensible with plugins** from Backstage.
103
103
104
104
This **Red Hat Developer Hub Operator** has some additional features enabled by default:
105
105
@@ -115,14 +115,14 @@ spec:
115
115
2. In the Administrator perspective, go to the **OperatorHub** page from the [Operators]{{highlight qs-nav-operators}} section of the navigation.
116
116
3. Search for **Red Hat Developer Hub**
117
117
4. Select the card **Red Hat Developer Hub** with the **Red Hat** badge and press **Install** to open a page to install the Operator.
118
-
5. **Optional:** Choice the correct version, update strategy, and if this Operator should be available for all namespaces or just a specific namespace.
118
+
5. **Optional:** Choose the correct version, update strategy, and whether this Operator should be available for all namespaces or just a specific namespace.
119
119
6. Press **Create** again to install the Red Hat Developer Hub Operator.
120
120
121
121
> <small>
122
122
> For enhanced security, you should deploy the Red Hat Developer Hub Operator in a dedicated default namespace such as `rhdh-operator`.
123
123
> The cluster administrator can restrict access to the Operator resources through role bindings or cluster role bindings.
124
124
> You can choose to deploy the Operator in the `openshift-operators` namespace instead,
125
-
> but, note the Red Hat Developer Hub Operator shares the namespace with other Operators.
125
+
> but, note the Red Hat Developer Hub Operator then shares the namespace with other Operators.
126
126
> Any users who can create workloads in that namespace can get their privileges escalated from the Operator service account.
127
127
> </small>
128
128
review:
@@ -294,13 +294,13 @@ spec:
294
294
1. In the **Administrator** perspective you should now see a RHDH "backstage-my-rhdh” Deployment under Workloads > Deployments,
295
295
or in the [Topology]{{highlight qs-nav-topology}} view of the **Developer** perspective.
296
296
2. It might take a moment for your Deployment to update. Check that the status of the Pods changes to "Running".
297
-
3. You should see a RHDH instance that let you select a sign-in method and your updated RHDH title in your browser tab and organization name on the catalog page.
297
+
3. You should see a RHDH instance that lets you select a sign-in method and your updated RHDH title in your browser tab and organization name on the catalog page.
298
298
failedTaskHelp: |-
299
299
Open the **Deployment details** page and check the Pod status or the Pod log to investigate underlying issues.
300
300
summary:
301
301
success: You have installed RHDH!
302
302
failed: Try the steps again.
303
-
- title: "Add your Red Hat Developer Hub insance to the OpenShift Console Application menu"
303
+
- title: "Add your Red Hat Developer Hub instance to the OpenShift Console Application menu"
304
304
description: |-
305
305
To add a new link to the application menu, you can create a `ConsoleLink` resource on your cluster.
306
306
@@ -331,9 +331,9 @@ spec:
331
331
2. Click the Application launcher icon to check if your application menu item is shown.
332
332
3. Verify that it opens your RHDH instance.
333
333
failedTaskHelp: |-
334
-
Doublecheck your `ConsoleLink` resource or try to reload the OpenShift Console.
334
+
Double check your `ConsoleLink` resource or try to reload the OpenShift Console.
335
335
summary:
336
-
success: You have upgraded your RHDH instance!
336
+
success: You have added your Red Hat Developer Hub instance to the OpenShift Console menu!
337
337
failed: Try the steps again.
338
338
conclusion: |
339
339
Your Red Hat Developer Hub installation is deployed and ready.
0 commit comments