Skip to content

Commit ce9af5d

Browse files
committed
web console overview
1 parent ef395ef commit ce9af5d

5 files changed

+54
-15
lines changed

modules/about-administrator_web-console.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +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[]
11+
ifndef::openshift-rosa-hcp,openshift-rosa[]
1212
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[]
13+
endif::openshift-rosa-hcp,openshift-rosa[]
14+
ifdef::openshift-rosa[]
15+
Cluster administrators can also open an embedded command-line terminal instance with the web terminal Operator in {rosa-classic-first} 4.7 and later.
16+
endif::openshift-rosa[]
1417
ifdef::openshift-rosa-hcp[]
1518
Cluster administrators can also open an embedded command-line terminal instance with the web terminal Operator.
1619
endif::openshift-rosa-hcp[]

modules/about-developer_web-console.adoc

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,28 @@ 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[]
16+
ifndef::openshift-rosa-hcp,openshift-rosa[]
1717
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[]
18+
endif::openshift-rosa-hcp,openshift-rosa[]
19+
ifdef::openshift-rosa[]
20+
Cluster administrators can also open an embedded command-line terminal instance in the web console in {rosa-classic-short} 4.7 and later.
21+
endif::openshift-rosa[]
1922
ifdef::openshift-rosa-hcp[]
2023
Cluster developers can also open an embedded command-line terminal instance in the web console.
2124
endif::openshift-rosa-hcp[]
2225

2326
Developers have access to workflows specific to their use cases, such as the ability to:
2427

2528
* Create and deploy applications on
26-
ifndef::openshift-rosa-hcp[]
29+
ifndef::openshift-rosa-hcp,openshift-rosa[]
2730
{product-title}
28-
endif::openshift-rosa-hcp[]
31+
endif::openshift-rosa-hcp,openshift-rosa[]
2932
ifdef::openshift-rosa-hcp[]
30-
{hcp-title}
33+
{rosa-short}
3134
endif::openshift-rosa-hcp[]
35+
ifdef::openshift-rosa[]
36+
{rosa-classic-short}
37+
endif::openshift-rosa[]
3238
by importing existing codebases, images, and container files.
3339
* Visually interact with applications, components, and services associated with them within a project and monitor their deployment and build status.
3440
* Group components within an application and connect the components within and across applications.

modules/enabling-developer-perspective_web-console.adoc

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

9-
ifndef::openshift-rosa-hcp[]
9+
ifndef::openshift-rosa-hcp,openshift-rosa[]
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[]
11+
endif::openshift-rosa-hcp,openshift-rosa[]
12+
ifdef::openshift-rosa[]
13+
Starting with {rosa-classic-first} 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.
14+
endif::openshift-rosa[]
1215
ifdef::openshift-rosa-hcp[]
1316
Cluster administrators can enable the *Developer* perspective for developers to use.
1417
endif::openshift-rosa-hcp[]

snippets/unified-perspective-web-console.adoc

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,23 @@
1010

1111
[IMPORTANT]
1212
====
13-
Starting with {product-title} 4.19, the perspectives in the web console have unified. The *Developer* perspective is no longer enabled by default.
13+
Starting with
14+
ifndef::openshift-rosa[]
15+
{product-title}
16+
endif::openshift-rosa[]
17+
ifdef::openshift-rosa[]
18+
{rosa-classic-short}
19+
endif::openshift-rosa[]
20+
4.19, the perspectives in the web console have unified. The *Developer* perspective is no longer enabled by default.
1421
15-
All users can interact with all {product-title} web console features. However, if you are not the cluster owner, you might need to request permission to certain features from the cluster owner.
22+
All users can interact with all
23+
ifndef::openshift-rosa[]
24+
{product-title}
25+
endif::openshift-rosa[]
26+
ifdef::openshift-rosa[]
27+
{rosa-classic-short}
28+
endif::openshift-rosa[]
29+
web console features. However, if you are not the cluster owner, you might need to request permission to certain features from the cluster owner.
1630
1731
You can still enable the *Developer* perspective. On the *Getting Started* pane in the web console, you can take a tour of the console, find information on setting up your cluster, view a quick start for enabling the *Developer* perspective, and follow links to explore new features and capabilities.
1832
====

web_console/web-console-overview.adoc

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,32 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
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.
9+
The
10+
ifndef::openshift-rosa-hcp,openshift-rosa[]
11+
{product-title}
12+
endif::openshift-rosa-hcp,openshift-rosa[]
13+
ifdef::openshift-rosa-hcp[]
14+
{rosa-first}
15+
endif::openshift-rosa-hcp[]
16+
ifdef::openshift-rosa[]
17+
{rosa-classic-first}
18+
endif::openshift-rosa[]
19+
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.
1020

1121
ifndef::openshift-rosa-hcp[]
1222
include::snippets/unified-perspective-web-console.adoc[]
1323
endif::openshift-rosa-hcp[]
1424

1525
You can create quick start tutorials for
16-
ifndef::openshift-rosa-hcp[]
26+
ifndef::openshift-rosa-hcp,openshift-rosa[]
1727
{product-title}
18-
endif::openshift-rosa-hcp[]
28+
endif::openshift-rosa-hcp,openshift-rosa[]
1929
ifdef::openshift-rosa-hcp[]
20-
{hcp-title}
30+
{rosa-short}
2131
endif::openshift-rosa-hcp[]
32+
ifdef::openshift-rosa[]
33+
{rosa-classic-short}
34+
endif::openshift-rosa[]
2235
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.
2336

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

0 commit comments

Comments
 (0)