Skip to content

Commit 5e325a2

Browse files
committed
OSDOCS-12145: Adds snippet about unified perspective
1 parent 9a69615 commit 5e325a2

30 files changed

+70
-66
lines changed

modules/adding-to-a-project.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
[id="adding-to-a-project_{context}"]
77
= Adding to a project
88

9-
You can add items to your project by using the *+Add* page in the *Developer* perspective.
9+
You can add items to your project by using the *+Add* page.
1010

1111
.Prerequisites
1212

1313
* You have created a project.
1414
1515
.Procedure
1616

17-
. In the *Developer* perspective, navigate to the *+Add* page.
17+
. Navigate to the *+Add* page.
1818

1919
. Select your project from the *Project* menu.
2020

modules/application-health-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can include one or more probes in the specification for the pod that contain
1313

1414
[NOTE]
1515
====
16-
If you want to add or edit health checks in an existing pod, you must edit the pod `DeploymentConfig` object or use the *Developer* perspective in the web console. You cannot use the CLI to add or edit health checks for an existing pod.
16+
If you want to add or edit health checks in an existing pod, you must edit the pod `DeploymentConfig` object or use the web console. You cannot use the CLI to add or edit health checks for an existing pod.
1717
====
1818

1919
Readiness probe::

modules/application-health-configuring.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To configure readiness, liveness, and startup probes, add one or more probes to
1010

1111
[NOTE]
1212
====
13-
If you want to add or edit health checks in an existing pod, you must edit the pod `DeploymentConfig` object or use the *Developer* perspective in the web console. You cannot use the CLI to add or edit health checks for an existing pod.
13+
If you want to add or edit health checks in an existing pod, you must edit the pod `DeploymentConfig` object or use the web console. You cannot use the CLI to add or edit health checks for an existing pod.
1414
====
1515

1616
.Procedure

modules/builds-basic-edit-buildconfig.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="builds-basic-edit-buildconfig_{context}"]
66
= Editing a BuildConfig
77

8-
To edit your build configurations, you use the *Edit BuildConfig* option in the *Builds* view of the *Developer* perspective.
8+
To edit your build configurations, you use the *Edit BuildConfig* option in the *Builds* page.
99

1010
You can use either of the following views to edit a `BuildConfig`:
1111

@@ -16,7 +16,7 @@ You can switch between the *Form view* and *YAML view* without losing any data.
1616

1717
.Procedure
1818

19-
. In the *Builds* view of the *Developer* perspective, click the Options menu {kebab} to see the *Edit BuildConfig* option.
19+
. On the *Builds* page, click the Options menu {kebab} to see the *Edit BuildConfig* option.
2020
. Click *Edit BuildConfig* to see the *Form view* option.
2121
. In the *Git* section, enter the Git repository URL for the codebase you want to use to create an application. The URL is then validated.
2222
* Optional: Click *Show Advanced Git Options* to add details such as:

modules/checking-cluster-resource-availability-and-utilization.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
{product-title} provides a comprehensive set of monitoring dashboards that help you understand the state of cluster components.
1010

11-
In the *Administrator* perspective, you can access dashboards for core {product-title} components, including:
11+
As an administrator, you can access dashboards for core {product-title} components, including:
1212

1313
* etcd
1414
@@ -29,7 +29,7 @@ image::monitoring-dashboard-compute-resources.png[]
2929
3030
.Procedure
3131

32-
. In the *Administrator* perspective in the {product-title} web console, navigate to *Observe* -> *Dashboards*.
32+
. As a cluster administrator in the {product-title} web console, navigate to *Observe* -> *Dashboards*.
3333

3434
. Choose a dashboard in the *Dashboard* list. Some dashboards, such as the *etcd* dashboard, produce additional sub-menus when selected.
3535

modules/checking-project-status-using-the-web-console.adoc

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ You can review the status of your project by using the web console.
1414
1515
.Procedure
1616

17-
** If you are using the *Administrator* perspective:
18-
.. Navigate to *Home* -> *Projects*.
19-
.. Select a project from the list.
20-
.. Review the project status in the *Overview* page.
21-
22-
** If you are using the *Developer* perspective:
23-
.. Navigate to the *Project* page.
24-
.. Select a project from the *Project* menu.
25-
.. Review the project status in the *Overview* page.
17+
. Navigate to *Home* -> *Projects*.
18+
. Select a project from the list.
19+
. Review the project status in the *Overview* page.

modules/odc-setting-user-preferences.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ You can set the default user preferences for your cluster.
1313
. Use the masthead to access the user preferences under the user profile.
1414
. In the *General* section:
1515
.. In the **Theme** field, you can set the theme that you want to work in. The console defaults to the selected theme each time you log in.
16-
.. In the *Perspective* field, you can set the default perspective you want to be logged in to. You can select the *Administrator* or the *Developer* perspective as required. If a perspective is not selected, you are logged into the perspective you last visited.
1716
.. In the *Project* field, select a project you want to work in. The console defaults to the project every time you log in.
1817
.. In the *Topology* field, you can set the topology view to default to the graph or list view. If not selected, the console defaults to the last view you used.
1918
.. In the *Create/Edit resource method* field, you can set a preference for creating or editing a resource. If both the form and YAML options are available, the console defaults to your selection.

modules/red-hat-marketplace-features.adoc

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,13 @@ You can access installed applications from the web console by clicking **Operato
2525
[id="marketplace-deploy_{context}"]
2626
== Deploy applications from different perspectives
2727

28-
You can deploy Marketplace applications from the web console's Administrator and Developer perspectives.
29-
30-
[discrete]
31-
=== The Developer perspective
32-
33-
Developers can access newly installed capabilities by using the Developer perspective.
28+
Developers can access newly installed capabilities and deploy Marketplace applications from the web console.
3429

3530
For example, after a database Operator is installed, a developer can create an instance from the catalog within their project. Database usage is aggregated and reported to the cluster administrator.
3631

37-
This perspective does not include Operator installation and application usage tracking.
32+
Cluster administrators can access Operator installation and application usage information. They can also launch application instances by browsing custom resource definitions (CRDs) in the *Installed Operators* list.
33+
34+
include::snippets/unified-perspective-web-console.adoc[]
3835

39-
[discrete]
40-
=== The Administrator perspective
4136

42-
Cluster administrators can access Operator installation and application usage information from the Administrator perspective.
4337

44-
They can also launch application instances by browsing custom resource definitions (CRDs) in the *Installed Operators* list.

modules/removing-web-terminal-operator.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ You can uninstall the web terminal by removing the {web-terminal-op} and custom
1010

1111
.Prerequisites
1212

13-
* You have access to an {product-title} cluster with cluster administrator permissions.
13+
* You have access to the {product-title} web console as a user with the `cluster-admin` role.
1414
* You have installed the `oc` CLI.
1515
1616
.Procedure
1717

18-
. In the *Administrator* perspective of the web console, navigate to *Operators -> Installed Operators*.
18+
. In the web console, navigate to *Operators -> Installed Operators*.
1919
. Scroll the filter list or type a keyword into the *Filter by name* box to find the {web-terminal-op}.
2020
. Click the Options menu {kebab} for the {web-terminal-op}, and then select *Uninstall Operator*.
2121
. In the *Uninstall Operator* confirmation dialog box, click *Uninstall* to remove the Operator, Operator deployments, and pods from the cluster. The Operator stops running and no longer receives updates.
22-
// Removed steps, as they are in the following module.
22+
// Removed steps, as they are in the following module.
2323

2424
// TODO: Add a verification section

modules/reviewing-cluster-status-from-the-openshift-web-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ You can review the following information in the *Overview* page in the {product-
3030
3131
.Procedure
3232

33-
* In the *Administrator* perspective, navigate to *Home* -> *Overview*.
33+
* Navigate to *Home* -> *Overview*.
3434
3535

0 commit comments

Comments
 (0)