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
You can use Helm by xref:../../web_console/odc-using-web-terminal.adoc#odc-access-web-terminal_odc-using-web-terminal[Accessing the web terminal] in the *Developer* perspective of the web console.
35
+
You can use Helm by xref:../../web_console/web_terminal/odc-using-web-terminal.adoc#odc-access-web-terminal_odc-using-web-terminal[Accessing the web terminal] in the *Developer* perspective of the web console.
. On the *General* tab, in the *Quick starts* section, you can select items in either the *Enabled* or *Disabled* list, and move them from one list to the other by using the arrow buttons.
After the {web-terminal-op} is installed, you can access the web terminal.
10
+
You can re-run commands by selecting them from the list of commands you have run in the terminal. These commands persist across multiple terminal sessions.
11
+
The web terminal remains open until you close it or until you close the browser window or tab.
12
+
13
+
.Prerequisites
14
+
15
+
* You have access to an {product-title} cluster and are logged into the web console.
16
+
* The {web-terminal-op} is installed on your cluster.
10
17
11
18
.Procedure
12
19
13
-
. To launch the web terminal, click the command line terminal icon (image:odc-wto-icon.png[title="wto icon"]) on the upper right of the console. A web terminal instance is displayed in the *Command line terminal* pane. This instance is automatically logged in with your credentials.
20
+
. To launch the web terminal, click the command line terminal icon (image:odc-wto-icon.png[title="wto icon"]) in the masthead of the console. A web terminal instance is displayed in the *Command line terminal* pane. This instance is automatically logged in with your credentials.
14
21
15
22
. Select the project where the `DevWorkspace` CR must be created from the *Project* drop-down list. By default, the current project is selected.
16
23
+
@@ -19,23 +26,7 @@ After the {web-terminal-op} is installed, you can access the web terminal.
19
26
* The `DevWorkspace` CR is created only if it does not already exist.
20
27
* The `openshift-terminal` project is the default project used for cluster administrators. They do not have the option to choose another project.
21
28
====
22
-
+
23
-
. Click *Start* to initialize the web terminal using the selected project.
24
-
+
25
-
After the web terminal is initialized, you can use the preinstalled CLI tools like `oc`, `kubectl`, `odo`, `kn`, `tkn`, `helm`, `kubens`, `subctl`, and `kubectx` in the web terminal.
26
-
+
27
-
. Click *+* to open multiple tabs within web terminal in the console.
28
-
+
29
-
[NOTE]
30
-
====
31
-
* You can re-run commands by selecting them from the list of commands you have run in the terminal. These commands persist across multiple terminal sessions.
32
-
33
-
* The web terminal remains open until you close it or you close the browser window or tab.
The web terminal might fail to launch if the cluster has network policies configured. To initialize a web terminal instance, the {web-terminal-op} must communicate with the web terminal's pod to verify it is running, and the {product-title} web console needs to send information to automatically log in to the cluster within the terminal. If either step fails, the web terminal fails to initialize and the terminal panel appears to be in a loading state.
30
+
. Click *Start*to initialize the web terminal using the selected project. After the web terminalis initialized, you can use the preinstalled CLI tools like `oc`, `kubectl`, `odo`, `kn`, `tkn`, `helm`, `kubens`, `subctl`, and `kubectx`in the web terminal.
40
31
41
-
To avoid this issue, ensure that the network policies for namespaces that are used for terminals allow ingress from the `openshift-console` and `openshift-operators` namespaces.
32
+
. Click *+* to open multiple tabs within the web terminal in the console.
0 commit comments