1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OCPBUGS#22652: Removes incorrect CLI tools from web terminal docs

This commit is contained in:
Olivia Payne
2023-11-28 13:12:35 -05:00
committed by openshift-cherrypick-robot
parent 30fe267fce
commit e47f305115
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
[id="odc-access-web-terminal_{context}"]
= Accessing the web terminal
After the {web-terminal-op} is installed, you can access the web terminal. 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.
After the {web-terminal-op} is installed, you can access the web terminal. After the web terminal is initialized, you can use the preinstalled CLI tools like `oc`, `kubectl`, `odo`, `kn`, `tkn`, `helm`, and `subctl` in the web terminal.
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.
The web terminal remains open until you close it or until you close the browser window or tab.
@@ -36,10 +36,10 @@ ifndef::openshift-rosa,openshift-dedicated[]
.. From the drop-down list, select a timeout interval of *Seconds*, *Minutes*, *Hours*, or *Milliseconds*.
. Optional: Select a custom image for the web terminal to use.
.. Click Image.
.. Click Image.
.. In the field that appears, enter the URL of the image that you want to use.
endif::openshift-rosa,openshift-dedicated[]
. Click *Start* to initialize the web terminal using the selected project.
. Click *Start* to initialize the web terminal using the selected project.
. Click *+* to open multiple tabs within the web terminal in the console.

View File

@@ -6,6 +6,6 @@ include::_attributes/common-attributes.adoc[]
toc::[]
You can launch an embedded command line terminal instance in the web console. This terminal instance is preinstalled with common CLI tools for interacting with the cluster, such as `oc`, `kubectl`,`odo`, `kn`, `tkn`, `helm`, `kubens`, `subctl`, and `kubectx`. It also has the context of the project you are working on and automatically logs you in using your credentials.
You can launch an embedded command line terminal instance in the web console. This terminal instance is preinstalled with common CLI tools for interacting with the cluster, such as `oc`, `kubectl`,`odo`, `kn`, `tkn`, `helm`, and `subctl`. It also has the context of the project you are working on and automatically logs you in using your credentials.
include::modules/odc-access-web-terminal.adoc[leveloffset=+1]