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
Display the source diff
Display the rich diff
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
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,30 @@ 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,openshift-rosa[]
27
+
{product-title}
28
+
endif::openshift-rosa-hcp,openshift-rosa[]
29
+
ifdef::openshift-rosa-hcp[]
30
+
{rosa-short}
31
+
endif::openshift-rosa-hcp[]
32
+
ifdef::openshift-rosa[]
33
+
{rosa-classic-short}
34
+
endif::openshift-rosa[]
35
+
by importing existing codebases, images, and container files.
21
36
* Visually interact with applications, components, and services associated with them within a project and monitor their deployment and build status.
22
37
* Group components within an application and connect the components within and across applications.
* Create workspaces to edit your application code using Eclipse Che.
39
+
* Create workspaces to edit their application code using Eclipse Che.
25
40
26
41
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.
Copy file name to clipboardExpand all lines: modules/adding-tab-pods-page.adoc
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,17 @@ There are different customizations you can make to the {product-title} web conso
10
10
11
11
[NOTE]
12
12
====
13
-
The {product-title} web console runs in a container connected to the cluster you have logged into. See "Dynamic plugin development" for information to test the plugin before creating your own.
13
+
The
14
+
ifndef::openshift-rosa-hcp,openshift-rosa[]
15
+
{product-title}
16
+
endif::openshift-rosa-hcp,openshift-rosa[]
17
+
ifdef::openshift-rosa-hcp[]
18
+
{rosa-short}
19
+
endif::openshift-rosa-hcp[]
20
+
ifdef::openshift-rosa[]
21
+
{rosa-classic-short}
22
+
endif::openshift-rosa[]
23
+
web console runs in a container connected to the cluster you have logged into. See "Dynamic plugin development" for information to test the plugin before creating your own.
Copy file name to clipboardExpand all lines: modules/deployment-plug-in-cluster.adoc
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,18 @@ Where:
34
34
`--set plugin.image=my-plugin-image-location`:: Specifies the location of the image within the `plugin.image` parameter.
35
35
--
36
36
+
37
+
ifndef::openshift-rosa-hcp[]
37
38
[NOTE]
38
39
====
39
40
If you are deploying on {product-title} 4.10 and later, it is recommended to exclude configurations related to pod security by adding the parameter `--set plugin.securityContext.enabled=false`.
40
41
====
42
+
endif::openshift-rosa-hcp[]
43
+
ifdef::openshift-rosa-hcp[]
44
+
[NOTE]
45
+
====
46
+
If you are deploying on {product-title}, it is recommended to exclude configurations related to pod security by adding the parameter `--set plugin.securityContext.enabled=false`.
47
+
====
48
+
endif::openshift-rosa-hcp[]
41
49
42
50
. Optional: You can specify any additional parameters by using the set of supported parameters in the `charts/openshift-console-plugin/values.yaml` file.
Copy file name to clipboardExpand all lines: modules/dynamic-plug-in-development.adoc
+33-3Lines changed: 33 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,17 @@ You can run the plugin using a local development environment. The {product-title
15
15
====
16
16
Red{nbsp}Hat does not support custom plugin code. Only link:https://access.redhat.com/solutions/5893251[Cooperative community support] is available for your plugin.
17
17
====
18
-
* You must have an {product-title} cluster running.
18
+
* You must have
19
+
ifndef::openshift-rosa-hcp,openshift-rosa[]
20
+
an {product-title}
21
+
endif::openshift-rosa-hcp,openshift-rosa[]
22
+
ifdef::openshift-rosa-hcp[]
23
+
a {rosa-short}
24
+
endif::openshift-rosa-hcp[]
25
+
ifdef::openshift-rosa[]
26
+
a {rosa-classic-short}
27
+
endif::openshift-rosa[]
28
+
cluster running.
19
29
* You must have the {oc-first} installed.
20
30
* You must have link:https://yarnpkg.com/[`yarn`] installed.
21
31
* You must have link:https://www.docker.com/[Docker] v3.2.0 or later or link:https://podman.io/[Podman] v3.2.0 or later installed and running.
@@ -40,14 +50,34 @@ $ yarn install
40
50
$ yarn run start
41
51
----
42
52
43
-
. In another terminal window, login to the {product-title} through the CLI.
53
+
. In another terminal window, login to the
54
+
ifndef::openshift-rosa-hcp,openshift-rosa[]
55
+
{product-title}
56
+
endif::openshift-rosa-hcp,openshift-rosa[]
57
+
ifdef::openshift-rosa-hcp[]
58
+
{rosa-short}
59
+
endif::openshift-rosa-hcp[]
60
+
ifdef::openshift-rosa[]
61
+
{rosa-classic-short}
62
+
endif::openshift-rosa[]
63
+
through the CLI.
44
64
+
45
65
[source,terminal]
46
66
----
47
67
$ oc login
48
68
----
49
69
50
-
. Run the {product-title} web console in a container connected to the cluster you have logged into by running the following command:
70
+
. Run the
71
+
ifndef::openshift-rosa-hcp,openshift-rosa[]
72
+
{product-title}
73
+
endif::openshift-rosa-hcp,openshift-rosa[]
74
+
ifdef::openshift-rosa-hcp[]
75
+
{rosa-short}
76
+
endif::openshift-rosa-hcp[]
77
+
ifdef::openshift-rosa[]
78
+
{rosa-classic-short}
79
+
endif::openshift-rosa[]
80
+
web console in a container connected to the cluster you have logged in to by running the following command:
= 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:
0 commit comments