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: modules/about-administrator_web-console.adoc
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,12 @@
8
8
9
9
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.
10
10
11
+
ifndef::openshift-rosa-hcp[]
11
12
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[]
12
17
13
18
The *Administrator* perspective provides workflows specific to administrator use cases, such as the ability to:
Copy file name to clipboardExpand all lines: modules/about-developer_web-console.adoc
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,27 @@ The developer role in the web console offers several built-in ways to deploy app
13
13
* Share your project with others.
14
14
* 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.
15
15
16
+
ifndef::openshift-rosa-hcp[]
16
17
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[]
17
22
18
23
Developers have access to workflows specific to their use cases, such as the ability to:
19
24
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.
21
33
* Visually interact with applications, components, and services associated with them within a project and monitor their deployment and build status.
22
34
* Group components within an application and connect the components within and across applications.
* Create workspaces to edit your application code using Eclipse Che.
36
+
* Create workspaces to edit their application code using Eclipse Che.
25
37
26
38
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.
= Enabling the *Developer* perspective in the web console
8
8
9
-
9
+
ifndef::openshift-rosa-hcp[]
10
10
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[]
11
15
12
16
You can enable the *Developer* perspective with the following steps:
Copy file name to clipboardExpand all lines: web_console/web-console-overview.adoc
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,18 @@ toc::[]
8
8
9
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.
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.
0 commit comments