Skip to content

Commit 3c35a32

Browse files
committed
OSDOCS-14988
1 parent c226350 commit 3c35a32

File tree

4 files changed

+34
-4
lines changed

4 files changed

+34
-4
lines changed

modules/about-administrator_web-console.adoc

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

99
The cluster administrator role enables you to view the cluster inventory, capacity, general and specific utilization information, and the stream of important events, all of which help you to simplify planning and troubleshooting tasks. Both project administrators and cluster administrators can use all features in the web console.
1010

11+
ifndef::openshift-rosa-hcp[]
1112
Cluster administrators can also open an embedded command-line terminal instance with the web terminal Operator in {product-title} 4.7 and later.
13+
endif::openshift-rosa-hcp[]
14+
ifdef::openshift-rosa-hcp[]
15+
Cluster administrators can also open an embedded command-line terminal instance with the web terminal Operator.
16+
endif::openshift-rosa-hcp[]
1217

1318
The *Administrator* perspective provides workflows specific to administrator use cases, such as the ability to:
1419

modules/about-developer_web-console.adoc

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,27 @@ The developer role in the web console offers several built-in ways to deploy app
1313
* Share your project with others.
1414
* Troubleshoot problems with your applications by running Prometheus Query Language (PromQL) queries on your project and examining the metrics visualized on a plot. The metrics provide information about the state of a cluster and any user-defined workloads that you are monitoring.
1515
16+
ifndef::openshift-rosa-hcp[]
1617
Cluster administrators can also open an embedded command-line terminal instance in the web console in {product-title} 4.7 and later.
18+
endif::openshift-rosa-hcp[]
19+
ifdef::openshift-rosa-hcp[]
20+
Cluster developers can also open an embedded command-line terminal instance in the web console.
21+
endif::openshift-rosa-hcp[]
1722

1823
Developers have access to workflows specific to their use cases, such as the ability to:
1924

20-
* Create and deploy applications on {product-title} by importing existing codebases, images, and container files.
25+
* Create and deploy applications on
26+
ifndef::openshift-rosa-hcp[]
27+
{product-title}
28+
endif::openshift-rosa-hcp[]
29+
ifdef::openshift-rosa-hcp[]
30+
{hcp-title}
31+
endif::openshift-rosa-hcp[]
32+
by importing existing codebases, images, and container files.
2133
* Visually interact with applications, components, and services associated with them within a project and monitor their deployment and build status.
2234
* Group components within an application and connect the components within and across applications.
2335
* Integrate serverless capabilities (Technology Preview).
24-
* Create workspaces to edit your application code using Eclipse Che.
36+
* Create workspaces to edit their application code using Eclipse Che.
2537
2638
You can use the *Topology* view to display applications, components, and workloads of your project. If you have no workloads in the project, the *Topology* view will show some links to create or import them. You can also use the *Quick Search* to import components directly.
2739

modules/enabling-developer-perspective_web-console.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66
[id="enabling-developer-perspective_web-console_{context}"]
77
= Enabling the *Developer* perspective in the web console
88

9-
9+
ifndef::openshift-rosa-hcp[]
1010
Starting with {product-title} 4.19, the perspectives in the web console have unified. There is no longer a *Developer* perspective by default; however, cluster administrators can enable the *Developer* perspective for developers to use.
11+
endif::openshift-rosa-hcp[]
12+
ifdef::openshift-rosa-hcp[]
13+
Cluster administrators can enable the *Developer* perspective for developers to use.
14+
endif::openshift-rosa-hcp[]
1115

1216
You can enable the *Developer* perspective with the following steps:
1317

web_console/web-console-overview.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,18 @@ toc::[]
88

99
The Red Hat {product-title} web console provides a graphical user interface to visualize your project data and perform administrative, management, and troubleshooting tasks. The web console runs as pods on the control plane nodes in the openshift-console project. It is managed by a `console-operator` pod.
1010

11+
ifndef::openshift-rosa-hcp[]
1112
include::snippets/unified-perspective-web-console.adoc[]
13+
endif::openshift-rosa-hcp[]
1214

13-
You can create quick start tutorials for {product-title} that provide guided steps within the web console with user tasks. They are helpful for getting oriented with an application, Operator, or other product offering.
15+
You can create quick start tutorials for
16+
ifndef::openshift-rosa-hcp[]
17+
{product-title}
18+
endif::openshift-rosa-hcp[]
19+
ifdef::openshift-rosa-hcp[]
20+
{hcp-title}
21+
endif::openshift-rosa-hcp[]
22+
that provide guided steps within the web console with user tasks. They are helpful for getting oriented with an application, Operator, or other product offering.
1423

1524
include::modules/about-administrator_web-console.adoc[leveloffset=+1]
1625
include::modules/about-developer_web-console.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)